Monday, August 8, 2011

Chapter 2, question 10

10.  What is an include file?

It's a file that is substituted into my code, usually at the top of the relevant translation unit.  It typically contains function and variable declarations and macro definitions.

No comments:

Post a Comment