Advertisement
Guest User

I think this is the best program I have ever written

a guest
Apr 25th, 2014
4,810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.15 KB | None | 0 0
  1. #define DEBUG
  2. //#define DEBUGverbose
  3.  
  4. #define DIGITS int
  5. #define TEXTING string
  6. #define HereBeDaStart main
  7. #define IsBeing =
  8. #define wontBe !=
  9. #define nuthin 0
  10. #define yell cout
  11. #define thereIs using
  12. #define whereWeBe namespace
  13. #define jail std
  14. #define somthin short
  15. #define Sieg endl
  16. #define heil endl
  17. #define DISAREAFUNCTIONWITHNOPARAMETERS ()
  18. #define andThatsThat ;
  19. #define andThatIsAll ;
  20. #define streeeeaaaaammsssssMaaaaaaaannnnn <<
  21. #define ThatThingThere do
  22. #define SPACESHERE <<
  23. #define WhereWordsComeFrom cin
  24. #define GoOverThereNow >>
  25. #define endThisLineNow ;
  26. #define stopThisLikeRightNowWith return
  27. #define STOP ;
  28. #define BRACEYOURSELVES {
  29. #define nowStop endl
  30. #define THANKGODITSOVER }
  31. #define THANKGODTHATSOVER }
  32. #define whatDo while
  33. #define plzNo ;
  34. #define STOP_PLEASE_STOP_JUST_STOP ;
  35. #define aaaaaaaaaannnnnnd_STOP ;
  36. #define WereDoneHere ;
  37. #define okay ;
  38.  
  39. #include <string>
  40. #include <iostream>
  41. #include <cstdlib>
  42. #include <class.h>
  43. thereIs whereWeBe jail andThatsThat
  44.  
  45. DIGITS HereBeDaStart DISAREAFUNCTIONWITHNOPARAMETERS BRACEYOURSELVES
  46.     TEXTING input andThatsThat
  47.     secretData text andThatsThat
  48.     somthin key IsBeing nuthin andThatIsAll //default key of zero
  49.  
  50.     yell streeeeaaaaammsssssMaaaaaaaannnnn "Welcome to Secret Note program."<<nowStop andThatsThat
  51.  
  52.     //this is where we would connect to a server/client or whatever
  53.     //yell<<"Enter a key for this communication: " aaaaaaaaaannnnnnd_STOP //this will be changed probably
  54.     //WhereWordsComeFrom GoOverThereNow key; //this is a horrible way to get input but whatever
  55.  
  56.     ThatThingThere BRACEYOURSELVES
  57.         yell streeeeaaaaammsssssMaaaaaaaannnnn "# " okay
  58.         getline(WhereWordsComeFrom,input)WereDoneHere
  59.  
  60.         text.encrypt(input,key);
  61.         yell SPACESHERE "  ";text.printEncryptedData DISAREAFUNCTIONWITHNOPARAMETERS plzNo
  62.         yell SPACESHERE "  ";text.printData DISAREAFUNCTIONWITHNOPARAMETERS STOP
  63.     THANKGODTHATSOVER whatDo(input.length DISAREAFUNCTIONWITHNOPARAMETERS wontBe nuthin) STOP_PLEASE_STOP_JUST_STOP
  64.  
  65.     #ifdef DEBUG
  66.     yell streeeeaaaaammsssssMaaaaaaaannnnn Sieg<<heil;
  67.     system("pause")STOP
  68.     #endif // DEBUG
  69.  
  70.     stopThisLikeRightNowWith nuthin endThisLineNow
  71. THANKGODITSOVER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement