D
Dymus
Can smb help me?:
here is the code
#include <map>
using namespace std;
std::map<int, std::string> some_map;
....
this thing isn't working... Am i doing something wrong?? i need to
create map object with int key and string value... :S:S
here is the code
#include <map>
using namespace std;
std::map<int, std::string> some_map;
....
this thing isn't working... Am i doing something wrong?? i need to
create map object with int key and string value... :S:S