In STL map if map is map<string ,string> where ist arg is student name and 2nd arg is marks taken in string for error checking.how would i compare the marks in map is less than the value entered by the user.ie i have to compare a string with an integer .
please suggest atoi is not working i have tried with that