Networking with C++

Given your newness to C++, I would not recommend building directly on the sockets APIs unless you can find no suitable library to use. Boost.Asio will give you a huge head start and expose you to the higher-level abstractions used in network programming. It’s easy when starting out building a sockets-based system to get something that ‘sort … Read more