在C++ 中怎样使用 string 类型?
我用的是VC++6.0 我已经引入了 include <string.h>
我声明了一个字符串变量 string str ,怎么老出现下面的错误:
:\programs\vc\ConsoleTest\consoletest.cpp(16) : error C2065: 'string' : undeclared identifier
F:\programs\vc\ConsoleTest\consoletest.cpp(16) : error C2146: syntax error : missing ';' before identifier 'str'
F:\programs\vc\ConsoleTest\consoletest.cpp(16) : error C2065: 'str' : undeclared identifier