Programming in C
This is a set of notes on Programming in C.
They were originally prepared as plain ASCII files
using a private set of nroff macros and have now been converted to HTML.
Most of the small programming examples are available on-line.
Just select the link about the program and then use your
WWW browser's ability to save pages in a local file.
- Chapter 1 Introduction
- Chapter 2 Programming with Integers
- Chapter 3 Arithmetic
- Chapter 4 Data Types
- Chapter 5 Loops and Conditions
- Chapter 6 Addresses, Arrays, Pointers and Strings
- Chapter 7 Functions and Storage Management
- Chapter 8 The Pre-Processor and Standard Libraries
- Chapter 9 Command Line Arguments and File Handling
- Chapter 10 Structures, Unions and Typedefs
- Chapter 11 Separate Compilation of C Modules
- Chapter 12 Efficiency, Economy and Portability
There are various other sources of information available on-line.
If you are really interested in the C programming language you should
- Read the comp.lang.c newsgroup
- Obtain and read the comp.lang.c FAQ
- Study the submissions to the International Obfuscated C Code Contest