class Person {
private:
string name = "pomelo925";
string title =" Robot Software/Hardware Developer";
string email = "yoseph.huang@gmail.com";
bool is_single = true;
public:
Person(){ [](){}; };
};
D:\pomelo925> g++ introduction.cpp -o introduction
D:\pomelo925> ./introduction
Hi, I'm a Taiwanese college student enthusiastic about robot !