标签:
while (cin >> word){ cout << endl; } cin>>word;在输入Ctrl+Z后,后面的输入就都不能接受到数据了。
while (cin >> word){
cout << endl;
}
cin>>word;
在string s;中s.empty();是意味着S为空及s==””;而不能将s=NULL;是错的。
在vector中注意基本是函数的调用。
字符串,向量和数组中的易错点
原文地址:http://www.cnblogs.com/karellincolnsHAED/p/4741474.html