(10-08-2016, 03:37 PM)Tmplt Wrote: but should I instead read up on sockets in C++ instead of C?
It's not that different. The only thing that differs is how C++ will treat the objects (because of RAII and all). That is, if you use a C++ library for sockets.