[Sussex] Re: C programming help
Mike Diack
mike_diack at hotmail.com
Wed Apr 27 12:34:24 UTC 2005
For one thing - have a look at the following web page.
It talks about structures, pointers and malloc and will help a lot:
http://www.le.ac.uk/cc/tutorials/c/ccccstrc.html
Also get a copy of the open source (C only, not C++) lint program, splint,
which will check your files
for you and can find many bugs without you ever running the code:
http://www.splint.org/
Also for Linux specifically, look at Valgrind:
http://valgrind.org/
Mike
More information about the Sussex
mailing list