User profile: swikir

User info
User name:swikir
History
Joined:
Number of posts:32
Latest posts:

print specific key and value of the map
here is my code so far. It works fine [code] #include <iostream> #include <fstream> #include <string...

print specific key and value of the map
thanks 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 map
I did this [code] #include <iostream> #include <fstream> #include <string> #include <map> #include...

print specific key and value of the map
thanks 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 map
Hi, I have this code here it print all map key what I need is that how I can print a specific key a...