- 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.
- C#完全自學教程
- 跟“龍哥”學C語言編程
- Serverless computing in Azure with .NET
- 從零開始學Python網絡爬蟲
- 大學計算機基礎實驗指導
- Instant Zurb Foundation 4
- 從Power BI到Analysis Services:企業級數據分析實戰
- Hacking Android
- Drupal Search Engine Optimization
- Java EE項目應用開發
- WCF全面解析
- Blender 3D Cookbook
- PHP 7 Programming Blueprints
- Implementing Splunk(Second Edition)
- 嵌入式網絡編程