- Boost.Asio C++ Network Programming(Second Edition)
- Wisnu Anggoro John Torjo
- 109字
- 2021-07-16 20:09:46
Preface
Network applications were not very easy to develop about two decades ago. But thanks to Boost.Asio, which has provided us with the network programming function as well as the asynchronous operations functionality to program a network application, we can now develop them easily. Since data transmission over a network can take a long time, which means acknowledgments and errors may not be available as fast as the functions that send or receive data can execute, the asynchronous operations functionality is really required in network application programming. In this book, you will learn the basics of networking and also how to develop a network application using the Boost.Asio libraries.
推薦閱讀
- 計算機網絡
- MySQL數據庫管理實戰
- Learning RxJava
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Getting Started with Python Data Analysis
- Apache Mahout Clustering Designs
- Serverless computing in Azure with .NET
- Java程序員面試筆試寶典(第2版)
- Practical Game Design with Unity and Playmaker
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Building Dynamics CRM 2015 Dashboards with Power BI
- R語言:邁向大數據之路(加強版)
- HTML5游戲開發實戰
- JSP應用與開發技術(第3版)
- Moodle 3.x Developer's Guide