I am reading at the time the "Effective C++" written by Scott Meyers and came across the term "translation unit".
Could somebody please give me an explanation of:
What exactly it is?
When should I consider using it while programming with C++?
Is it related to C++ only, or it can be used with other programming languages as well?
I might already use it without knowing the term...