Hey, This week I needed to check whether in a given situation a given error would occur when connecting to a TCP server, so why not go back to the man pages and review the steps? Here’s what I come up with! I hope it’s going to be useful for you who’s reading. /** * Start by specifying our dependencies. * * As we're using only standard dependencies you'd find in a * Linux machine, these can be found under `/usr/include`. * * - `stdio.h` gives us the standard io (input and output) method...