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

  • The Modern C++ Challenge
  • Marius Bancila
  • 141字
  • 2021-06-25 22:01:20

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

int main()
{
std::cout << "Hello, World!\n";
}

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

template<typename C, typename... Args>
void push_back(C& c, Args&&... args)
{
(c.push_back(args), ...);
}

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

$ mkdir build
$ cd build

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.

Tips and tricks appear like this.

主站蜘蛛池模板: 南皮县| 麦盖提县| 新郑市| 乐清市| 九龙县| 焦作市| 遂平县| 宜昌市| 定南县| 昌黎县| 大埔县| 广东省| 长春市| 江油市| 新巴尔虎右旗| 鄂托克前旗| 罗城| 改则县| 邵武市| 黄大仙区| 五河县| 蒙城县| 晴隆县| 额尔古纳市| 四川省| 平遥县| 达拉特旗| 麻城市| 宜州市| 汉寿县| 铅山县| 民县| 堆龙德庆县| 宁城县| 泌阳县| 四子王旗| 灵寿县| 屏边| 姚安县| 禹城市| 阜新市|