Im studying c++ and ive just started with template and classes, and they confuse me alot.
Im trying to make winsock server that needs to parse messages and one way to do that is to enumerate the messages needed, and then recieve a string from the client. So i need to match a string to an enumeration.
I have the piece of code below but I do not understand what i->second means?