- 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.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- HTML5+CSS3基礎開發教程(第2版)
- 精通API架構:設計、運維與演進
- 琢石成器:Windows環境下32位匯編語言程序設計
- Getting Started with Hazelcast(Second Edition)
- Tableau 10 Bootcamp
- Vue.js 2 Web Development Projects
- 開源項目成功之道
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Java EE 7 with GlassFish 4 Application Server
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Oracle Database XE 11gR2 Jump Start Guide
- React and React Native
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- 計算機信息技術實踐教程