官术网_书友最值得收藏!

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: "The initialize() method initializes the deque iterator pos to the first data element stored within deque."

A block of code is set as follows:

#include <iostream>

int main ( ) {

const int x = 5, y = 5;

static_assert ( 1 == 0, "Assertion failed" );
static_assert ( 1 == 0 );
static_assert ( x == y );

return 0;
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

#include <iostream>
#include <thread>
#include <mutex>
#include "Account.h"
using namespace std;

enum ThreadType {
DEPOSITOR,
WITHDRAWER
};

mutex locker;

Any command-line input or output is written as follows:

g++ main.cpp -std=c++17
./a.out

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 need to create a new project named MathApp by navigating to New Project | Visual Studio | Windows | Win32 | Win32 Console Application."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 平潭县| 锡林郭勒盟| 遂溪县| 永福县| 洪湖市| 抚远县| 饶阳县| 偏关县| 阿图什市| 肃南| 琼中| 永顺县| 黎川县| 宁晋县| 黑山县| 塘沽区| 汶川县| 黄石市| 固始县| 康乐县| 昌黎县| 湖口县| 德令哈市| 团风县| 吴旗县| 葫芦岛市| 子长县| 铁岭县| 龙海市| 东丰县| 大冶市| 平果县| 博乐市| 太仓市| 陆川县| 墨竹工卡县| 偏关县| 行唐县| 铅山县| 靖江市| 兖州市|