- Microsoft Visual C++ Windows Applications by Example
- Stefan Bjornander
- 188字
- 2021-07-02 12:02:19
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
There are three styles for code. Code words in text are shown as follows: "The predefined constant NULL
(defined in the header file cstdlib
) holds the pointer equivalence of the zero value"
A block of code will be set as follows:
int i = 123; double x = 1.23; int j = (int) x; double y = (double) i;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP, CWinApp::OnFilePrintSetup)
ON_COMMAND(ID_APP_EXIT, OnAppExit)
END_MESSAGE_MAP()
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "Let us start by selecting New Project in the File menu and choosing Visual C++ Projects and MFC Application with the name Ring and a suitable place on the hard drive".
- 商用級AIGC繪畫創作與技巧(Midjourney+Stable Diffusion)
- Talend Open Studio Cookbook
- SolidWorks 2019快速自學寶典
- Unity 3D\2D手機游戲開發:從學習到產品(第4版)
- 中文版Photoshop CC平面設計實用教程
- OpenCV項目開發實戰(原書第2版)
- Oracle Warehouse Builder 11g R2: Getting Started 2011
- Moodle Course Conversion: Beginner's Guide
- Revit技巧精選應用教程
- Origin 2022科學繪圖與數據分析(高級應用篇)
- Adobe創意大學Premiere Pro影視剪輯師標準實訓教材(CS6修訂版)
- Altium Designer 20 中文版從入門到精通
- Oracle Web Services Manager
- Creo快速入門教程(Creo 8.0中文版)
- Instant GSON