要想使用标准C++中string类,必须要包含 #include <string>// 注意是<string>,不是<string.h>,带.h的是C语言中的头文件 using std::string; using std::wstring; 或 using namespace std; 下面你就可 Read More
posted @ 2017-10-22 21:17 木小猪 Views(148) Comments(0) Diggs(0) Edit