1058
they call it gen z c++
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
#defineis nothing but a search and replace from the preprocessor.I've been burned one too many times with
#includewhich replaces the directive with the contents of the included headers file (I think that if you're truly evil you can even include straight .c files and forgo headers entirely)