I have been using maps a lot lately.Recently I tried unordered_map.
I simply took the same syntax. But changed the declaration to ‘unordered_map’ instead of ‘map’.
I shows compilation error. What is the problem?
Here’s a link to the code-
[1]
Also where can I find good tutorials on STLs?
[1]: http://ideone.com/H12vJv