- Beginning C++ Game Programming
- John Horton
- 197字
- 2021-07-08 11:13:20
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, path names, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Flutter開發實戰詳解
- Game Programming Using Qt Beginner's Guide
- Arduino by Example
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 軟件架構:Python語言實現
- INSTANT OpenNMS Starter
- Node.js全程實例
- 程序設計基礎教程:C語言
- RabbitMQ Cookbook
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Getting Started with Python
- Selenium WebDriver Practical Guide
- ASP.NET Core and Angular 2
- Beginning PHP