Networking in C++ with TCP Streams
Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=CGQy3xDLX74
Networking in C++ has traditionally been the hardest thing I've taught, simply because the standard library has a notable lack of networking support. Today we went over the basics of networking and how to make the world's simplest client/server system using Boost's iostreams interface for tcp connections, which lets you read and write to the network like reading and writing to cin and cout.
Other Videos By Bill Kerney
Tags:
is 50b
networking
c++
tcpstreams
internet