Cstring 转int型问题(error C2664: “atoi”: 不能将参数1 从“CString”转换为“const char *”) 在vc6.0下用CString str;num = atoi(str);就可以顺利取到num; ...
確定! 回上一頁