#include #include class Hello { public: Hello (); void PrintHello(const char* s); bool test1(int i, float f); };