- Boost.Asio C++ Network Programming(Second Edition)
- Wisnu Anggoro John Torjo
- 304字
- 2021-07-16 20:09:46
What this book covers
Chapter 1, Simplifying Your Network Programming in C++, explains the preparation of a C++ compiler, which will be used to compile all the source code in this book. Also, it will tell us how to compile a single source code and link to multiple source codes.
Chapter 2, Understanding the Networking Concepts, covers the network reference models, which are OSI and TCP/IP. It also provides various TCP/IP tools that we will often be using to detect whether an error has occurred in our network connection.
Chapter 3, Introducing the Boost C++ Libraries, explains how to set up the compiler in order to compile the code that contains the Boost libraries and how to build the binaries of libraries that we have to compile separately.
Chapter 4, Getting Started with Boost.Asio, talks about concurrent and nonconcurrent programming. It also discusses the I/O service, which is used to access the operating system's resources and establish communication between our program and the operating system that performs I/O requests.
Chapter 5, Delving into the Boost.Asio Library, walks us through how to serialize an I/O service's work in order to ensure that the order of work completely matches the order we have designed. It also covers how to handle errors and exceptions and create time delays in network programming.
Chapter 6, Creating a Client-server Application, discusses developing a server that is able to send and receive data traffic from a client and also how to create a client-side program to receive data traffic.
Chapter 7, Debugging the Code and Solving the Error, covers the debugging process to trace the errors that may be produced by an unexpected result, such as getting crash in the middle of a program execution. After reading this chapter, you will be able to solve various errors by debugging the code.
- Rust實戰(zhàn)
- 造個小程序:與微信一起干件正經(jīng)事兒
- C#程序設(shè)計(慕課版)
- Spring Cloud、Nginx高并發(fā)核心編程
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- 精通Python自動化編程
- Java程序設(shè)計入門
- Mastering Linux Security and Hardening
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Cocos2d-x Game Development Blueprints
- Python Interviews
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- Building Business Websites with Squarespace 7(Second Edition)
- Go語言入門經(jīng)典
- Penetration Testing with the Bash shell