Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Created September 30, 2018 14:18
Show Gist options
  • Save ichtrojan/207f16b9c784cb05b3d5601916ce11b8 to your computer and use it in GitHub Desktop.
Save ichtrojan/207f16b9c784cb05b3d5601916ce11b8 to your computer and use it in GitHub Desktop.
Creating a simple class in C++
...
class human {
public:
string name;
int age;
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment