- 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."
推薦閱讀
- TypeScript入門與實戰
- 從零開始:數字圖像處理的編程基礎與應用
- 64位匯編語言的編程藝術
- 碼上行動:用ChatGPT學會Python編程
- Getting Started with Gulp
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Instant Lucene.NET
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- BeagleBone Robotic Projects(Second Edition)
- Fastdata Processing with Spark
- Delphi開發典型模塊大全(修訂版)
- PhoneGap 4 Mobile Application Development Cookbook
- Visual Basic語言程序設計基礎(第3版)
- AutoCAD基礎教程
- Java Web開發教程:基于Struts2+Hibernate+Spring