All the network programming guides I can find are in C. ALL of them. Is it even possible to set up a socket connection in C++? If so, what is the #include and where can I find tutorials or documentation? I would assume there must be multiple libraries for this given the prevalence of the language– which is considered the most well-developed and easy to use?
Share
Try using boost ASIO.