回复 4楼 303770957
可是为什么我在VC6.0中编译会出错?矛头指向using namespace std?
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(2) : error C2871: 'std' : does not exist or is not a namespace
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(6) : error C2146: syntax error : missing ';' before identifier 'name'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(6) : error C2501: 'string' : missing storage-class or type specifiers
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(6) : error C2501: 'name' : missing storage-class or type specifiers
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(8) : error C2146: syntax error : missing ';' before identifier 'sex'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(8) : error C2501: 'string' : missing storage-class or type specifiers
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(8) : error C2501: 'sex' : missing storage-class or type specifiers
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(12) : error C2061: syntax error : identifier 'string'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(15) : error C2065: 'string' : undeclared identifier
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(15) : error C2146: syntax error : missing ')' before identifier 'a'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(15) : error C2182: 'get' : illegal use of type 'void'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(15) : error C2350: 'CPerson::get' is not a static member
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(15) : error C2059: syntax error : ')'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(16) : error C2143: syntax error : missing ';' before '{'
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(16) : error C2447: missing function header (old-style formal list?)
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(24) : error C2065: 'name' : undeclared identifier
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(24) : error C2065: 'sex' : undeclared identifier
D:\Program Files\C++\VC习题第三章\3-44(1).cpp(29) : error C2660: 'get' : function does not take 4 parameters
执行 cl.exe 时出错.
3-44(1).exe - 1 error(s), 0 warning(s)
求教。。