Hi I'm a student majoring a computer .
I tried to make a simple hashing table like (int) 1 , (std::string) "One"
There is a problem in using std::map ㅜㅜ
this is a simple code.
PLZ~~Help me :)
[CODE=cpp]#include <iostream>
#incluce <map>
int main()
{
std::map<int ,std::string> test ;
...