怎样在C++中使用string
我知道C++支持字符串但是却不知道怎么用?请各位指导一下!
#include <string.h>
#include <iostream.h>
int main()
{
string a = "hello";
cout<<a<<endl;
return 0;
}
2006-11-10 16:37


2006-11-10 23:34
2006-11-11 18:26

2006-11-12 01:31

2006-11-21 14:10
2006-11-21 15:28
2006-11-21 23:49
2006-11-22 10:10