STL support should already be available by using
#include <map>
std::map<type> var;
What is your compile error?
STL support should already be available by using
#include <map>
std::map<type> var;
What is your compile error?
Thakns, that's done.
I forget to add the #include <map>![]()
Now it works![]()
Bookmarks