Source file

From Cppwiki

(Redirected from source file)
Jump to: navigation, search

The source file is the file actually being compiled (i.e. the ".cc", ".cpp", &c file). The source file, and all the files it #includes, are combined by the preprocessor to form the translation unit.

Personal tools