vs2015用using namespace std出错
还有就是这程序有错没?=。= #include #include #include using namespace std; /*头文件。*/ int SIZE; /*宏定义。*/ int CLASS; struct student /*…
装指针的LIST怎么用迭代器迭代?
例如 : 有个结构体Test struct Test { int a; int b; }; 一个list数据类型是Test的指针 std::list lpList; 那么怎么用迭代器取Test*指向的成员? st…
eclipse+cdt+mingw stdlib.h中的库函数无法使用
eclipse版本 : indigo cdt版本 :8.0.0 已经把环境变量设置好,同时#include 但提示 Function 'free' could not be resolved 其余所有stdlib中的fun…
- 共 1 页
- 1