print specific key and value of the maphere is my code so far. It works fine [code] #include <iostream> #include <fstream> #include <string...
print specific key and value of the mapthanks that works fine, what if I want to print the first and the second using the same way with ind...
print specific key and value of the mapI did this [code] #include <iostream> #include <fstream> #include <string> #include <map> #include...
print specific key and value of the mapthanks for fast replay But that means I know all what map contains. I need for example to print the...
print specific key and value of the mapHi, I have this code here it print all map key what I need is that how I can print a specific key a...