Course Overview


Introduction
Some C Basics
A Top Down Example
Character Data
A Large Project
Numeric Processing
Representing Integers
Representing Real Numbers
Precision and Accuracy with Real Numbers
An Example - exp()
Another Example - Newton's Method
One More Example - Gaussian Elimination
Some Style Points
Pointers
Arrays
Strings
2 Dimensional Arrays
The Standard C Library