- Expert C++
- Vardan Grigoryan Shunguang Wu
- 181字
- 2021-06-24 16:33:51
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The preceding code declares two readonly properties with preassigned values."
A block of code is set as follows:
Range book = 1..4;
var res = Books[book] ;
Console.WriteLine($"\tElement of array using Range: Books[{book}] => {Books[book]}");
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
private static readonly int num1=5;
private static readonly int num2=6;
Any command-line input or output is written as follows:
dotnet --info
Bold: Indicates a new term, an important word, or words that you see on screen. 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."
- CMDB分步構建指南
- R語言經典實例(原書第2版)
- 匯編語言程序設計(第2版)
- Scratch 3游戲與人工智能編程完全自學教程
- Learning Data Mining with R
- Swift細致入門與最佳實踐
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Java網絡編程實戰
- Practical Game Design with Unity and Playmaker
- Swift 4從零到精通iOS開發
- Mastering Concurrency Programming with Java 9(Second Edition)
- C++程序設計教程
- 數據科學中的實用統計學(第2版)
- Java RESTful Web Service實戰
- Android開發進階實戰:拓展與提升