In my C++ class, I use sockets.
I have some errors when linking because, in my opinion, the library winsock.lib is missing.
I included these:
The lib file of winsock is "ws_32.lib" (or "ws2_32.lib"), please make sure you've added it.