If I was to make a server in c++. Would it be a good idea to use winsock2.h header file for comunication with the clients ? Is there something better or what do you guys think ?
I am not sure if visual studio specifically wants you to use a different library now?
Seems like .net added a new socket approach (though the old way still works).