Skip to content

Instantly share code, notes, and snippets.

View OrsoEric's full-sized avatar
💭
Robot Mode: ON

Orso Eric OrsoEric

💭
Robot Mode: ON
View GitHub Profile
@OrsoEric
OrsoEric / Human.cpp
Created January 24, 2019 07:05
Parent Class Implementation
/****************************************************************************
** Empty constructor
**
*****************************************************************************
** PARAMETER:
** RETURN:
** DESCRIPTION:
****************************************************************************/
Human::Human( void )
@OrsoEric
OrsoEric / human.h
Created January 24, 2019 06:52
Parent Class Header
/****************************************************************************
** Parent Class
** Human
*****************************************************************************
** PARAMETER:
** RETURN:
** DESCRIPTION:
****************************************************************************/
class Human