Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to solve naming conflicts by using namespace

  • Thread starter Thread starter ff
  • Start date Start date
Status
Not open for further replies.

ff

Electrical
Joined
Feb 20, 2002
Messages
1
Location
CA
Dear all,
When I use Standard Template Library to develop my program by using an existing tool, I find that the tool package also defined its own list, stack and set class. How can I solve this naming conflicts? I consulted namespace facilities, but didn't figure out how to do it without chaning the tool package...
Thank you for your reply.
ff
 
Can you be more specific. What do you mean "an existing tool" I find that simply declaring:

using namespace std

below my includes does the trick. Mind you, it's in the MS Visual C++ compiler. It's been awhile since I've used the borland tools.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top