stdsdk.h

来自「A arithmetical resolution about Hanoi to」· C头文件 代码 · 共 18 行

H
18
字号
#if !defined (_StdSDK_H_)
#define _StdSDK_H_

#define STRICT					// Enable strict type-checking of Windows handles
#include <windows.h>            // Fundamental Windows header file
#include <windowsx.h>           // Useful Windows programming extensions
#include <commctrl.h>           // Common Controls declarations
#include <tchar.h>

#include "Extensions.h"         // WINDOWSX.H extensions

#include "Utility.h"            // Application-independent
											//  debugging and utility functions

#include "Towers.h"    // Application declarations

#endif          /* _StdSDK_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?