- 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.
- Mastering Spring MVC 4
- ASP.NET Core 2 and Vue.js
- Mastering Articulate Storyline
- ASP.NET程序設(shè)計(jì)教程
- 零基礎(chǔ)趣學(xué)C語(yǔ)言
- Getting Started with LLVM Core Libraries
- OpenCV Android Programming By Example
- 零基礎(chǔ)學(xué)C++(升級(jí)版)
- Access數(shù)據(jù)庫(kù)應(yīng)用教程(2010版)
- Mastering Python
- Java EE程序設(shè)計(jì)與開(kāi)發(fā)實(shí)踐教程
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐
- 機(jī)器人ROS開(kāi)發(fā)實(shí)踐
- Implementing NetScaler VPX?(Second Edition)
- Learning Network Programming with Java