level 4
c++中string类到底怎么用呢 请同道中人帮忙下
2009年04月25日 13点04分
1
level 1
#include<string>
using namespace std;
2009年04月25日 13点04分
3
level 4
string.at()总出现out of range问题
2009年04月26日 04点04分
5
level 11
比如:
string str("Wedadsasdsad");
str.at(123);
这才会出错
2009年04月26日 04点04分
6