#pragma once #include class hello { public: hello(); ~hello(); static std::string name(); };