Part 5: Building Blocks for Larger Programs
Most C programs consist of more than one file. We will learn how to create and build programs with multiple files.
This part contains the following chapters:
- Chapter 24, Working with Multi-File Programs
- Chapter 25, Understanding Scope
- Chapter 26, Building Multi-File Programs with make
- Chapter 27, Creating Two Card Programs