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 |
What keyboard editor command is used for Undo?
Explain pointer to the constant and constant pointer?
What is cwinthread class?
How many time DLLMain gets called?
What is microsoft visual c++ 2008 redistributable and do I need it?
what are the advantages of VC++ design environment
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
How do I reinstall visual c++ on windows 10?
What is microsoft visual c++ 2008 redistributable?
What is iunknown?
What is vcredist?
Is it ok to uninstall microsoft visual c++?