- Boost.Asio C++ Network Programming(Second Edition)
- Wisnu Anggoro John Torjo
- 193字
- 2021-07-16 20:09:47
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: "Wait for a moment until the mingw-w64-install.exe
file is completely downloaded."
A block of code is set as follows:
/* rangen.cpp */ #include <cstdlib> #include <iostream> #include <ctime> int main(void) {
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
int guessNumber; std::cout << "Select number among 0 to 10: "; std::cin >> guessNumber;
Any command-line input or output is written as follows:
rundll32.exe sysdm.cpl,EditEnvironmentVariables
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You will be greeted by a Welcoming dialog box. Just press the Next button to go to the Setup Setting dialog box."
- LabVIEW Graphical Programming Cookbook
- 造個小程序:與微信一起干件正經事兒
- Developing Mobile Web ArcGIS Applications
- React Native Cookbook
- 編寫整潔的Python代碼(第2版)
- 精通網絡視頻核心開發技術
- 數據結構習題解析與實驗指導
- 輕松上手2D游戲開發:Unity入門
- PHP 7從零基礎到項目實戰
- Django 3.0應用開發詳解
- 深度學習原理與PyTorch實戰(第2版)
- Nagios Core Administration Cookbook(Second Edition)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 程序員必會的40種算法
- 數據庫技術及應用教程上機指導與習題(第2版)