You are viewing a single comment's thread. Return to all comments →
I made it like this. I don't know how do it by using sstream :(
const char* what() const throw(){ char* c= new char[2]; strcpy(c,to_string(n).c_str()); if(n<5) return c; }
Seems like cookies are disabled on this browser, please enable them to open this website
Inherited Code
You are viewing a single comment's thread. Return to all comments →
I made it like this. I don't know how do it by using sstream :(