Skip to content

Instantly share code, notes, and snippets.

@jromeem
Created August 19, 2015 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jromeem/896bcdddd763a0c45e99 to your computer and use it in GitHub Desktop.
Save jromeem/896bcdddd763a0c45e99 to your computer and use it in GitHub Desktop.
#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