IP属地:天津
Const与指针的组合存在多种可能性: 1. 指向const变量的指针: 也就是说指针指向的变量不可修改,但指针存储的地址值可修改。这种情况...
如果在命令行程序中没有用cout进行输出,直接使用cin进行输入,输入是没办法完成的。 代码: #include #include using ...
#include using namespace std; intmain(intargc,constchar* argv[]) { int...
在复习string用法的过程中,写了一个程序 #include #include using namespace std; intmain(in...