What do you mean by translation unit in c++?
In C and C++ programming language terminology, a translation unit (or more casually a compilation unit) is the ultimate input to a C or C++ compiler from which an object file is generated.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a vector c++?
What are c++ manipulators?
what are the iterator and generic algorithms.
What is setf in c++?
Can you please explain the difference between overloading and overriding?
What is a custom exception?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is c++ similar to?
Check for Balanced Parentheses using Stack?
What is an accessor in c++?
Are there any new intrinsic (built-in) data types?
Do you know the problem with overriding functions?