You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << "\e[1mcpplife\e[0m\nbased on bumet1's jslife\nenjoy i guess" << std::endl; //more like the most painful to debug [lang]life xd
Human novus;
novus.setage(17);
novus.setfirstname("asshole");
novus.setlastname("mcgee");
std::cout << novus.getfullname() << " is " << green << novus.getage() << white << std::endl;
Human hUman569;
hUman569.setage(32);
hUman569.setfirstname("EternalPain");
hUman569.setlastname("McEternalPainFace");
std::cout << hUman569.getfullname() << " is " << green << hUman569.getage() << white << std::endl;
hUman569.setage(33);
std::cout << hUman569.getfullname() << red << " died " << white << "at age " << green << hUman569.getage() << white << " from " << blue << "drug addiction" << white << std::endl;