Chapter 4. Using Multiple Source Files: Break it down, build it up

image with no caption

If you create a big program, you don’t want a big source file.

Can you imagine how difficult and time-consuming a single source file for an enterprise-level program would be to maintain? In this chapter, you’ll learn how C allows you to break your source code into small, manageable chunks and then rebuild them into one huge program. Along the way, you’ll learn a bit more about data type subtleties and get to meet your new best friend: make.

image with no caption
image with no caption

Get Head First C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.