- 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.
- 現(xiàn)代C++編程:從入門到實(shí)踐
- R語言經(jīng)典實(shí)例(原書第2版)
- Learning ArcGIS Pro 2
- Machine Learning with R Cookbook(Second Edition)
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Apache Spark 2.x for Java Developers
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- 速學(xué)Python:程序設(shè)計(jì)從入門到進(jìn)階
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Python開發(fā)基礎(chǔ)
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Getting Started with Electronic Projects
- MySQL數(shù)據(jù)庫應(yīng)用實(shí)戰(zhàn)教程(慕課版)
- 程序員的英語
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)