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 |
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Name the most commonly used wizards?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
Difference between getmessage, postmessage & peakmessage.
Is it ok to uninstall microsoft visual c++?
How to declare more than one variable on a single line?
How do you specify which control is the buddy control?
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is the use of message map? Advantages of a message map.
What is a microsoft visual c++ 2008 redistributable?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is difference between c++ and vc++?