Question: What problem does the namespace feature solve?
Answer: August 18th, 2009 by sd | Posted in Uncategorized
Multiple providers of libraries might use common global identifiers causing a name collision when an application tries to link with two or more such libraries. The namespace feature surrounds a library’s external declarations with a unique namespace that eliminates the potential for those collisions. VC++ FAQ’s And Interview Questions and Answers
Question:
What problem does the namespace feature solve? Answer:
August 18th, 2009 by sd | Posted in Uncategorized
Multiple providers of libraries might use common global identifiers causing a name collision when an application tries to link with two or more such libraries. The namespace feature surrounds a library’s external declarations with a unique namespace that eliminates the potential for those collisions. VC++ FAQ’s And Interview Questions and Answers