帮我看看怎么错的编译过去了一运行就出错。。
c++吧
全部回复
仅看楼主
level 1
wty002009 楼主
#include<iostream>
#include<cctype>
using namespace std;
int main()
{
char*str="dsaf";
str[0]=toupper(str[0]);
cout<<str[0];
cin.get();
return 0;
}
2013年10月22日 09点10分 1
level 1
wty002009 楼主
改完了
2013年10月22日 10点10分 2
1