ourconstants.h
来自「Visual C++ 2005的源代码」· C头文件 代码 · 共 8 行
H
8 行
// Definitions for our constants
#pragma once
// Arbitrary constants to identify record views
const unsigned int PRODUCT_VIEW = 1;
const unsigned int ORDER_VIEW = 2;
const unsigned int CUSTOMER_VIEW = 3;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?