C++: TCP Streams Networking in 5 minutes (+25 minutes of discussion)

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=r_4bnMo5q-M



Category:
Discussion
Duration: 29:01
243 views
7


Networking has traditionally been very difficult for new programmers to wrap their heads around, so the boost tcp iostream library exists to make it just as easy to transmit over the internet as it is to read and write to cin and cout.