Created
April 3, 2013 17:30
-
-
Save dislogical/5303343 to your computer and use it in GitHub Desktop.
Brittish C++
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 announce std::cout<< | |
| #define perchance if | |
| #define otherwise else | |
| #define what_about switch | |
| #define perhaps case | |
| #define on_the_off_chance default | |
| #define splendid break | |
| #define would_you_mind try | |
| #define actually_i_do_mind catch | |
| #define cheerio(exit_code) exit(exit_code) | |
| #define upper_class class | |
| #define state public | |
| #define hereditary protected | |
| #define nouveau new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment