ourconstants.h
来自「Beginning Visual C++ 6源码。Wrox。」· C头文件 代码 · 共 14 行
H
14 行
// Definition of our constants
#ifndef OUR_CONSTANTS_H
#define OUR_CONSTANTS_H
// Arbitrary constants to identify record views
const int ORDERDETAILS_VIEW = 1;
const int NEWORDER_VIEW = 2;
const int SELECTPRODUCT_VIEW = 3;
////////////////////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?