6
Comments
  • 2
    But but but, what if 2 ever changes??
  • 4
    #define TRUE 0
    #define FALSE 1
    😉
  • 2
    More better
    #define TRUE FALSE
  • 2
    @Viki doesnt swap tho :/
  • 8
    @Viki #define MAYBE (rand() % 2)

    Should be part of every stdlib IMHO.
  • 3
    @Embeddeded duude this is so fucking amazing. Why didn't I come up with that idea yet 😂
  • 0
    Wait... Imo it would be stupid writing something like x == maybe. You should create a new thing like == (don't know how they are called lol. ) like x /= true. And this might return true or false
  • 0
    @b3b3 you could do that in c++ with operator overloading to some extend.
    But you're right actually, using the maybe define looks pretty strange!
Add Comment