Programming Resources
These are just a collection of general resources covering a number of areas that programmers, especially students, may find useful.
UNIX/Linux resources
- Linux/gcc reference sheet - used for CSE1303 2003 (PDF)
- GNU/Linux quick reference
- Unix quick reference
- Unix quick reference
gcc and C programming resources
- GCC compiler info - everything you will ever need to know about gcc.
- The Complete Reference to gcc - and more of everything you will ever need to know.
- gcc introduction - deals with g++, but the options are similar, if not the same.
- Compiling with gcc under linux - University of Washington
- CSE1301 courseware - Introduction to Computer Programming (in C) Monash University
- CSE1303 courseware - Part A - Data structures and Algorithms (in C) Monash University
- C programming - University of Strathclyde, UK
- C Programming - University of Washington, USA
- Introduction to C Programming - online tutorial, University of Leicester, UK
- Pointers and Arrays - A tutorial on pointers and arrays by Ted Jensen
- C tutorials - Eddie Wong
gdb resources
- gdb tutorial
- Reference Card (ps)
- gdb tutorial - Andrew Gilpin, Washington University
- Brief gdb tutorial
- gdb documentation - all you ever needed to know about gdb.
- gdb user manual