61

Trying to extend 15 year old code.

Found

#define private public

at the beginning of a sourcecode file....

Time to go home.

Comments
  • 2
    You must find this man and kill him.
  • 2
    And the computer didn't exploded? Interesting...
  • 1
    Sign of a true genius.
  • 0
    Good stuff
  • 1
    'You can only use standard complient c++ here!' Challenge accepted!
  • 1
    add in the bottom of that :
    #define public private
  • 0
    That's better than
    #define true false
  • 0
    Actually that could be useful for unit tests, if you want to test the internal stuff. In C, it's the use case where it might be ok to #include C files.
    Though only for the testing programs...
Add Comment