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; } };
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; } };