Page 1 of 1

C++ namespace, possible stack change?

Posted: Sun Nov 27, 2011 12:53 pm
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

Re: C++ namespace, possible stack change?

Posted: Sun Nov 27, 2011 2:58 pm
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.

Re: C++ namespace, possible stack change?

Posted: Thu Dec 01, 2011 9:02 am
by cxzuk
thankyou for your reply! your right and have asked in a more programming focused environment.

thankyou