my program wont compile because it did not found match for the operand.
It accesses the map in struct Student, I am not sure if this is the exact way to access map.
my program wont compile because it did not found match for the operand.
It accesses the map in struct Student, I am not sure if this is the exact way to access map.
#include
#include
#include
#include
#include
#include
On >> it->first
I get this error:
Error: no operator ">>" matches these operands
operand types are: std::basic_istream> >> const std::string
No comments:
Post a Comment