I am reading at the time the \"Effective C++\" written by Meyers and came across the term \"translation unit\".
Could somebody please give me an explanation of:
A translation unit is code that is passed to the compiler proper. This typically means the output from running the preprocessor on the .c file.