- Cocos2d-x Cookbook
- Akihiro Matsuura
- 163字
- 2021-07-09 20:58:44
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, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If you need to compile a file other than the extension .cpp
file."
A block of code is set as follows:
CPP_FILES := $(shell find $(LOCAL_PATH)/../../Classes -name *.cpp) LOCAL_SRC_FILES := hellocpp/main.cpp LOCAL_SRC_FILES += $(CPP_FILES:$(LOCAL_PATH)/%=%) LOCAL_C_INCLUDES := $(shell find $(LOCAL_PATH)/../../Classes -type d)
Any command-line input or output is written as follows:
$ ./build_native.py
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: "You select Android Application and click on OK."
推薦閱讀
- JavaScript前端開發模塊化教程
- Mastering Spring MVC 4
- Flask Web開發入門、進階與實戰
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Hands-On Microservices with Kotlin
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- 數據結構案例教程(C/C++版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Windows Phone 7.5:Building Location-aware Applications
- Create React App 2 Quick Start Guide
- Java網絡編程實戰
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Clojure Polymorphism
- Software-Defined Networking with OpenFlow(Second Edition)
- Blender 3D Cookbook