1. gcc (GNU C Compiler)
2. pcc (Portable C Compiler)
3. tcc (Tiny C Compiler)
4. dmc (Digital Mars C compiler)
5. icc (Intel C Compiler)
6. lcc (Local/Little C Compiler)
7. other (please specify)
Explain why it is your favorite or THE BEST or why other choice(s) suck.
Name:
Anonymous2009-11-04 19:47
cl.exe - microsoft's optimizing c/c++ compiler
Name:
Anonymous2009-11-04 22:21
ghci - Good Human-Computer Interface
Name:
Anonymous2009-11-04 23:38
>>80
Now there's a compiler that produces bad code.
>>90
Ok, makes sense, but as >>91 said, why would the pre-processor have anything to do with the symbol table?
Name:
Anonymous2009-11-08 16:02
Appendix B of K&R sez regarding the standard library
External identifiers that begin with an underscore are reserved for use by the library, as are all other identifiers that begin with an underscore and an upper-case letter or another underscore.
So the potential problem is that your header guard could conflict with an identifier in the system headers.
>>24
Typical kid who sits in the back of class calling Java slow. Or makes sure his volume is up loud before booting up Ubantu, to make sure everyone hears the "TTARMADDAMPUP" so that they're all aware you're running a superior GNU/Linux Operating System.
COBOL dates back to 1960. It's still in widespread use.