Created
August 19, 2015 18:53
-
-
Save jromeem/896bcdddd763a0c45e99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define OFF_THE_CHARTS 10000000000000000000000000000000000000000bitch00000000000000000 | |
Class Victor : Person | |
{ | |
Private: | |
int mDramaticLevel; | |
int mCoolnessLevel; | |
int mNerdLevel; | |
Public: | |
void Victor::Victor(int d) | |
: | |
mDramaticLevel(d) | |
{} | |
const int dramaLevel() const | |
{ return mDramaticLevel;} | |
}; | |
Victor v(OFF_THE_CHARTS); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment