C++ namespace, possible stack change?

Programming, for all ages and all languages.
Post Reply
cxzuk
Member
Member
Posts: 164
Joined: Mon Dec 21, 2009 6:03 pm

C++ namespace, possible stack change?

Post by cxzuk »

Hi all,

My aim is to have a namespace which contains my application.. What id like is multiple instances of this namespace inside another application.

I guess this could also be similar to compiling the code into an application and having it referenced in the other.
Is this possible to do this in C++ directly without having to resort to OS help?

Mike Brown
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: C++ namespace, possible stack change?

Post by Solar »

This sounds like massive confusion on the subjects of libraries, threads, and C++ namespaces - which, by the way, are almost completely unrelated to each other.

Also, your question is mightily unclear on what you actually want.

Please consider if your question would be better asked in a generic programming forum, e.g. http://www.stackoverflow.com. Be prepared to ask a much better question if you want a good answer.
Every good solution is obvious once you've found it.
cxzuk
Member
Member
Posts: 164
Joined: Mon Dec 21, 2009 6:03 pm

Re: C++ namespace, possible stack change?

Post by cxzuk »

thankyou for your reply! your right and have asked in a more programming focused environment.

thankyou
Post Reply