Ron
October 13th, 2002, 12:55 PM
string s;
string cs;
int len;
s="hello world";
len = strlen(s);
cs = cut(s,0, len-1);
string cs;
int len;
s="hello world";
len = strlen(s);
cs = cut(s,0, len-1);
View Full Version : cut string