T
The Code Master
I have been having a problem with namespaces. This may be a Win-MFC issue,
but am I correct that the following should have file level scope?
using namespace MyNamespace;
Is there a way for me to declare this to have program scope?
What I would like, is to have a namespace with commonly used functions and
classes, available with program scope.
For you with experience on many different types of compilers, is this
implemented differently on different compilers? In other words, could that
be the issue?
John
(e-mail address removed)
but am I correct that the following should have file level scope?
using namespace MyNamespace;
Is there a way for me to declare this to have program scope?
What I would like, is to have a namespace with commonly used functions and
classes, available with program scope.
For you with experience on many different types of compilers, is this
implemented differently on different compilers? In other words, could that
be the issue?
John
(e-mail address removed)