The c0 directory is intended as an introduction to C for existing programmers. In CSC240 we will cover modules c0-c3. In CSC220 we cover all 7 modules.
- c0: Introduction to C - An introduction to C, printf/scanf, control structures, & data types
- c1: C Data Types & Functions - Arrays, functions, strings, structs, unions
- c2: C Pointers - Pointers
- c3: Modules & Structures with Pointers - Header files, constants, recursion
- c4: The C Standard Library - File I/O, math.h, ctype.h, command line arguments
- c5: System Programming with C - system() & popen(), more file I/O & preprocessor examples, writing string functions
- c6: Advanced C - advanced examples