Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) map.h

 

map.h is an STL header file that contains the definitions of:

 

#include <map>

int main()
{
  std::map<int, int> m;
  std::multi_map<int, int> n;
  //Do things with m and n
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict