小白问题,帮一下忙,谢谢了
c++吧
全部回复
仅看楼主
level 1
Desertrats 楼主
..... string ss; cin.getline(cin,ss);//这句有问题 messagebox(ss); ....... void messagebox(string message) { cout<
> &__thiscall std::basic_istream
>::getline(char *,int)' : cannot convert parameter 1 from 'class std::basic_istream
>' to 'char *' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called Error executing cl.exe. 
2008年02月25日 14点02分 1
level 8
用char ss[n];
2008年02月26日 03点02分 2
level 0
军管会结核杆菌
2008年02月26日 14点02分 3
level 1
Desertrats 楼主
明白了,谢谢
2008年02月26日 15点02分 4
1