#include #include using namespace std; int main(void) { cmModClass obj("Hello"); cout << obj.getStr() << endl; return 0; }