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
C++ namespace, possible stack change?
Re: C++ namespace, possible stack change?
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.
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.
Re: C++ namespace, possible stack change?
thankyou for your reply! your right and have asked in a more programming focused environment.
thankyou
thankyou