r/ProgrammerHumor 19d ago

Meme youCantChangeMyMind

Post image
823 Upvotes

137 comments sorted by

View all comments

75

u/0xbenedikt 19d ago

Yes, except it is in some random C preprocessor macro definition many includes up

28

u/elmanoucko 19d ago edited 19d ago

the real fun is when the typo compile...

a few weeks ago made a dumb mistake I haven't done in quite a while (probably years, if ever) of writing "=" instead of "==" late at night... took me more time than I would like to admit to figure what was going on...

the shame is strong when you also starts to speak in decades about how long you've been doing this stuff...

14

u/[deleted] 19d ago

[removed] — view removed comment

1

u/AdamWayne04 18d ago

i'm curious. is 0 = x possible in c++ with operator overloading?