C++ namespace, possible stack change?
Posted: Sun Nov 27, 2011 12:53 pm
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
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