- Mastering JavaScript Functional Programming
- Federico Kereki
- 167字
- 2021-07-02 22:41:03
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: "Just assign the names of the layers you want to activate to the VK_INSTANCE_LAYERS environment variable".
A block of code is set as follows:
{
if( (result != VK_SUCCESS) ||
(extensions_count == 0) ) {
std::cout << "Could not enumerate device extensions." << std::endl;
return false;
}
Any command-line input or output is written as follows:
setx VK_INSTANCE_LAYERS VK_LAYER_LUNARG_api_dump;VK_LAYER_LUNARG_core_validation
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: "Select System info from the Administration panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- JavaScript by Example
- Building Minecraft Server Modifications
- Learning Unity 2D Game Development by Example
- 常用工具軟件立體化教程(微課版)
- Java面向對象程序設計
- D3.js By Example
- Unity 2018 Shaders and Effects Cookbook
- 動手打造深度學習框架
- 從Power BI到Analysis Services:企業級數據分析實戰
- C語言程序設計
- Getting Started with React VR
- 會當凌絕頂:Java開發修行實錄
- C語言程序設計
- Visual Basic程序設計基礎
- 編程的原則:改善代碼質量的101個方法