書名: Boost.Asio C++ Network Programming Cookbook作者名: Dmytro Radchuk本章字?jǐn)?shù): 142字更新時(shí)間: 2021-07-23 14:44:25
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In Boost.Asio a passive socket is represented by the asio::ip::tcp::acceptor
class."
A block of code is set as follows:
std::shared_ptr<boost::asio::ip::tcp::socket> m_sock; boost::asio::streambuf m_request; std::map<std::string, std::string> m_request_headers; std::string m_requested_resource;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
std::shared_ptr<boost::asio::ip::tcp::socket> m_sock;
boost::asio::streambuf m_request;
std::map<std::string, std::string> m_request_headers;
std::string m_requested_resource;
New terms and important words are shown in bold.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- Getting Started with Gulp(Second Edition)
- Full-Stack Vue.js 2 and Laravel 5
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Getting Started with Eclipse Juno
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Arduino計(jì)算機(jī)視覺編程
- C++程序設(shè)計(jì)教程(第2版)
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- 少兒編程輕松學(xué)(全2冊(cè))
- Python實(shí)戰(zhàn)指南:手把手教你掌握300個(gè)精彩案例
- Azure for Architects
- 多接入邊緣計(jì)算實(shí)戰(zhàn)
- JavaScript重難點(diǎn)實(shí)例精講