How to define your own namespace with namespace st (using namesapce STD) under the map container?
The namespace myNet
{
The class myClass
{
Private:
STD: : map
//how to call you? Note: I am in vs2005 environment for the development of
};
}
CodePudding user response:
#include