What is a “translation unit” in C++

前端 未结 11 697
既然无缘
既然无缘 2020-11-21 07:56

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:

11条回答
  •  天涯浪人
    2020-11-21 08:47

    The book makes it clear enough. When Meyers referes to a "translation Unit", he means a source code file.

提交回复
热议问题