- 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."
- Spring Boot 2實戰之旅
- Beginning Java Data Structures and Algorithms
- C#程序設計實訓指導書
- PostgreSQL Cookbook
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Magento 2 Theme Design(Second Edition)
- 數據結構與算法JavaScript描述
- Unity Game Development Scripting
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Learning OpenStack Networking(Neutron)
- Python網絡爬蟲技術與應用
- Flink入門與實戰
- 計算機應用基礎案例教程(第二版)
- Flutter從0基礎到App上線
- Opa Application Development