Chapter 4. Using Multiple Source Files: Break it down, build it up
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
.
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.