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