You are viewing a single comment's thread. Return to all comments →
class BadLengthException { int n=0; public: BadLengthException(int x){ n+=x; } int what(){ return n; } };
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 →
class BadLengthException { int n=0; public: BadLengthException(int x){ n+=x; } int what(){ return n; } };