C++ Networking as easy as it can be
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=u9errpKhZnU
Networking in C++ is famously difficult. By using the Boost TCP::Iostreams library, we are able to make it as simple as doing cin and cout, or writing to a file.
You still have to worry about deadlock, and have to make a protocol for talking between clients and servers, but at least the coding syntax is understandable by a first year programmer.
Other Videos By Bill Kerney
2023-08-11 | Lab Time #1 - Elementary |
2023-08-10 | UE5: Intro to Materials |
2023-08-10 | Intro to Rasterization and Shaders |
2023-08-09 | C++ Basics: Printing to the Screen, Creating Variables, Doing Algebra, and Input |
2023-08-08 | Getting Started with Unreal Engine 5 |
2023-08-01 | How to Log On to the Class UNIX Server and Use It For the First Time |
2023-05-17 | CMake Tutorial (ACM Workshop by Aaron Herr) |
2023-05-15 | C++ Multithreading with Thread and Async |
2023-05-13 | CSCI 41: End of the Semester |
2023-05-13 | Introduction to Graph Theory |
2023-05-12 | C++ Networking as easy as it can be |
2023-05-10 | Final Review |
2023-05-08 | Exceptions and TDD |
2023-05-08 | Symbols, Semantics, Definitions and Meaning. |
2023-05-05 | The Final Project Volleyshipardy |
2023-05-05 | The Software Development Lifecycle |
2023-05-05 | Setting up Github for Two Person Projects |
2023-05-03 | Bitfields Part III |
2023-05-03 | AI Voting Rights and Consciousness |
2023-05-01 | Bitfields Part II + Vim Macros |
2023-05-01 | The Trolley Problem |