Jan 17, 2009

stringstream

#inlcude


string mystr ("1204");
int myint;
stringstream(mystr) >> myint;

No comments:

Post a Comment