LWN.net Logo

GCC 4.6.0 released

GCC 4.6.0 released

Posted Apr 1, 2011 3:49 UTC (Fri) by HelloWorld (guest, #56129)
In reply to: GCC 4.6.0 released by elanthis
Parent article: GCC 4.6.0 released

> You aren't making any sense.
Look who's talking.

> My point about "not having to use it" simply means that if you want to write code that doesn't use the preprocessor, you can already do that in C/C++ today.
This is just a blatant lie. Every non-trivial program uses at least #include to include header files and #ifndef, #define and #endif for include guards, and as you rightly pointed out, due to the "limitations" (I'd rather just call it suckage, but that's just me) of the C language, it's often the only way to avoid tons of boilerplate code.

But anyway, if you want to stick with cpp, go for it. I don't particularly care.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds