- 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.
推薦閱讀
- C++面向對象程序設計(第三版)
- Designing Machine Learning Systems with Python
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- JavaScript語言精髓與編程實踐(第3版)
- Building a Recommendation Engine with Scala
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 大模型RAG實戰:RAG原理、應用與系統構建
- Raspberry Pi Robotic Blueprints
- Mockito Essentials
- 大學計算機基礎實訓教程
- 大規模語言模型開發基礎與實踐
- IBM RUP參考與認證指南
- Visual FoxPro程序設計實驗教程
- Python GUI設計tkinter菜鳥編程(增強版)
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)