- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 156字
- 2021-06-30 14:45:45
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. For example; "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
public:
Pose();
Pose(const Pose& p);
Pose& operator=(const Pose& p);
Pose(unsigned int numJoints);
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
Bold: Indicates a new term, an important word, or words that you see on the screen, for example, in menus or dialog boxes, also appear in the text like this. For example: "Select System info from the Administration panel."
Note
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Android項目開發入門教程
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- 云原生Spring實戰
- Java 9模塊化開發:核心原則與實踐
- Reactive Android Programming
- QGIS By Example
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Extreme C
- LabVIEW虛擬儀器入門與測控應用100例
- R數據科學實戰:工具詳解與案例分析
- The Applied Data Science Workshop
- Manage Your SAP Projects with SAP Activate
- Isomorphic JavaScript Web Development
- 微信公眾平臺服務號開發:揭秘九大高級接口
- SFML Essentials