home |
lectures |
exercises |
administration |
resources |
misc
1. A preface .
2. A bit about the history of C .
related reading:
The Development of the C Language by Dennis M. Ritchie.
C, UNIX, Bell labs and DEC in Wikipedia.
3. The basic syntax of C .
4. About pointers in C.
related reading:
struct declarations.
the code of the linked list example.
an example of pointer to pointer in binary trees.
5. Dividing a project
into files.
The code.
6. About make and makefiles .
The code.
7. About
pointers to functions .
The code.
8. Building and using C-libraries .
An example and an archive file of it.
A nice tutorial by Choo.
home |
lectures |
exercises |
administration |
resources |
misc