- 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."
- 測試驅動開發:入門、實戰與進階
- ASP.NET Core 5.0開發入門與實戰
- 數據結構(Python語言描述)(第2版)
- Natural Language Processing with Java and LingPipe Cookbook
- Web前端應用開發技術
- Lift Application Development Cookbook
- Advanced UFT 12 for Test Engineers Cookbook
- 網絡數據采集技術:Java網絡爬蟲實戰
- Java高手是怎樣煉成的:原理、方法與實踐
- C/C++程序設計教程
- 深入實踐C++模板編程
- Learning Scrapy
- 機器人ROS開發實踐
- 區塊鏈原理與技術應用
- 看漫畫學Python:有趣、有料、好玩、好用(全彩版)