There are lots of nice tutorials for beginners on YouTube for C++, but I couldn't find any "professional" tutorials about simple networking using C++.
I'm an intermediate C++ user. I know the basics, but nothing at all about networking! Could anyone link me to a simple-as-possible beginner's tutorial on a small C++ program that uses networking somehow? Such as a user connecting to me, and we could each enter a value which prints to both of our screens.