>>7
Yeah I posted
>>4 and i'm the OP, I've tried the find method, only prob is my data type is a struct, so what i'm trying to do is access this 'userName' variable from the map ....
definetype struct{
string userName;
string hostName;
}
map<int, clientInfo>
I'm maybe being quite stupid, but i'm having trouble getting to that userName variable.