Skip to content

Instantly share code, notes, and snippets.

@aikchun
Created April 15, 2013 12:51
Show Gist options
  • Save aikchun/5387825 to your computer and use it in GitHub Desktop.
Save aikchun/5387825 to your computer and use it in GitHub Desktop.
Human::Human(){
// what you want the function to do
}
String Human::getName(){
// what you want the function to do
}
void Human::setAddress(string){
//what you wan the function to do
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment