Creating a TCP Server in C++ [Linux / Code Blocks]

#sockets #linux #tcpip #networking This is an introduction to network programming by building a server that echos the client’s messages back. The server is written in C . If you’re looking for a backgrounder on networking, sockets, ports etc. Check out the companion video here: Source Code ----------- The full source code is in a single file on gist:
Back to Top