- Boost.Asio C++ Network Programming Cookbook
- Dmytro Radchuk
- 211字
- 2021-07-23 14:44:24
Preface
In today's information-centric globalized world, telecommunications have become an essential part of our lives. They penetrate and play crucial roles in almost every aspect of our day-to-day activities, from personal to professional. Sometimes, a failure to communicate information correctly and on time may lead to significant loss of material assets or even casualties.
Therefore, it is very important to provide the highest level of reliability when it comes to developing telecommunication software. However, it can be a really challenging task due to the inherent complexity of the domain and accidental complexity of the low-level tools provided by modern operating systems.
The Boost.Asio library is aimed at reducing accidental complexity by introducing type systems and exploiting object-oriented methods, and decreasing the development time by providing high degrees of reusability. In addition to this, because the library is cross-platform, the applications implemented with it can be built on multiple platforms, which enhances software qualities even more, while decreasing its costs.
This book contains more than 30 recipes—step-by-step solutions to various tasks that often (and not so often) arise in the area of network programming. All recipes take advantage of facilities provided by the Boost.Asio library, demonstrating best practices of applying the library to execute typical tasks and solve different problems.
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- Learning Cython Programming
- Redis Applied Design Patterns
- Monkey Game Development:Beginner's Guide
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- Java面向?qū)ο蟪绦蜷_發(fā)及實戰(zhàn)
- Mastering Kali Linux for Web Penetration Testing
- 人人都懂設(shè)計模式:從生活中領(lǐng)悟設(shè)計模式(Python實現(xiàn))
- Learn React with TypeScript 3
- Symfony2 Essentials
- Android程序設(shè)計基礎(chǔ)
- 計算機應用基礎(chǔ)實踐教程
- C++20高級編程
- Kotlin極簡教程
- Java 9 Programming By Example