What is the purpose of a C++ namespace?
Answers were Sorted based on User's Feedback
Answer / satyagmk
Namespaces are used to avoid naming collisions associated
with the global names.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raouf
The primary purpose of the namespace is to add an
additional identifier (the name of the namespace) to a name.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the advantages of cwinthread class.
What is the RGB macro used for?
How do I uninstall and reinstall microsoft visual c++ runtime libraries?
what is DLL?
How many time DLLMain gets called?
What is odbc in vc ++?
How do I reinstall visual c++ on windows 10?
Name the three types of loops used in C++ programs?
Name the most commonly used wizards?
What is the difference between the client and non-client areas?
What is iunknown?
What is microsoft visual c++ 2015 redistributable package x64?