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
> &__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.