Tools and Resources

18. Tools and Resources

18.1I'm looking for C development tools(cross-reference generators, code beautifiers, etc.).

18.2How can I track down these pesky malloc problems?

18.3What's a free or cheap C compiler I can use?

18.4I just typed in this program, and it's acting strangely.Can you see anythingwrong with it?

18.5How can I shut off the``warning: possible pointer alignment problem''messagewhichlint gives me for each call to malloc?

18.7Where can I get an ANSI-compatible lint?

18.8Don't ANSI function prototypes render lint obsolete?

18.9Are there any C tutorialsor other resourceson the net?

18.10What's a good book for learning C?

18.13Where can I find the sources of the standard C libraries?

18.14I need code to parse and evaluateexpressions.

18.15Where can I get a BNF orYACC grammar for C?

18.15aDoes anyone have a C compiler test suite I can use?

18.16Whereand howcan I get copies of all these freely distributable programs?


top