Home > Back-end >  How to define your own namespace with namespace st (using namesapce STD) under the map container?
How to define your own namespace with namespace st (using namesapce STD) under the map container?

Time:10-11




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 Whether to have?

CodePudding user response:

Include the header file?

CodePudding user response:

 

#include

The namespace myNet
{
The class myClass
{
Private:
//how to call you? Note: I am in vs2005 environment for the development of
STD: : map};
}
  • Related