{ Walter Milner }

ANSI C

Getting Started This is a Powerpoint covering the first practical steps in writing programs in C. It covers data types, control structures, arrays, functions and parameter passing. There are 66 slides.

More This Powerpoint covers multiiple source code projects, the preprocessor, structs and pointers. 26 slides.

Strings and files Powerpoint on strings, file handling and an introdution to abstract data types (linked lists). 32 slides

Notes This is a Word document covering basic C fairly slowly.

A set of links useful when learning C - Brian Kernighan's home page | Dennis Ritchie's home page | The book : K&R2 | C Library - Eric Huss |GCC - the GNU C Compiler |IOCCC - how not to write C | Dinkumware