vote up 55 vote down star
44

What is the worst real-world macros/pre-processor abuse you've ever come across (please no contrived IOCCC answers *haha*)?

Please add a short snippet or story if it is really entertaining. The goal is to teach something instead of always telling people "never use macros".


p.s.: I've used macros before... but usually I get rid of them eventually when I have a "real" solution (even if the real solution is inlined so it becomes similar to a macro).


Bonus: Give an example where the macro was really was better than a not-macro solution.

Related question: When are C++ macros beneficial?

flag
6  
#define true false //happy debugging :) – n0rd Mar 17 at 11:36
1  
@Trevor Boyd Smith: "Community Wiki" is also good for questions like this which are very subjective. "Best" or "Worst" can often vary based on one's opinion, so a community wiki question of often better. – Josh Sep 20 at 20:32
show 6 more comments

60 Answers

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.