- Hands-On System Programming with C++
- Dr. Rian Quinn
- 99字
- 2021-07-02 14:42:35
Sockets
To perform networking on a POSIX-compliant operating system, you need to leverage the POSIX sockets API. The socket programming interface provided by POSIX is a good example of a set of APIs that is provided by neither C nor C++, but is needed for networking on POSIX-compliant operating systems.
In Chapter 10, Programming POSIX Sockets Using C++, we will discuss how to perform networking using the POSIX sockets API, while leveraging C++. Specifically, we will show how C++ can be leveraged to simplify the implementation of socket-based networking, and provide several examples of how to perform networking.
推薦閱讀
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- 計(jì)算機(jī)綜合設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- 數(shù)據(jù)分析實(shí)戰(zhàn):基于EXCEL和SPSS系列工具的實(shí)踐
- Architects of Intelligence
- MySQL從入門到精通(第3版)
- PySpark大數(shù)據(jù)分析與應(yīng)用
- 揭秘云計(jì)算與大數(shù)據(jù)
- 大數(shù)據(jù)架構(gòu)和算法實(shí)現(xiàn)之路:電商系統(tǒng)的技術(shù)實(shí)戰(zhàn)
- Spark大數(shù)據(jù)編程實(shí)用教程
- 跟老男孩學(xué)Linux運(yùn)維:MySQL入門與提高實(shí)踐
- 數(shù)據(jù)庫(kù)設(shè)計(jì)與應(yīng)用(SQL Server 2014)(第二版)
- 數(shù)據(jù)分析師養(yǎng)成寶典
- 數(shù)據(jù)庫(kù)與數(shù)據(jù)處理:Access 2010實(shí)現(xiàn)
- 數(shù)據(jù)中心經(jīng)營(yíng)之道
- 數(shù)據(jù)庫(kù)原理及應(yīng)用:SQL Server 2016