stdafx.h

来自「,Head First 设计模式原书用的是JAVA写的代码」· C头文件 代码 · 共 19 行

H
19
字号
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//

#pragma once


#include <iostream>
#include <tchar.h>

// TODO: 在此处引用程序要求的附加头文件
#include "light.h"
#include "command.h"
#include "remotecontrol.h"
#include "lightoncommand.h"
#include ".\garagedoor.h"
#include ".\garagedooropencommand.h"
#include ".\nocommand.h"

⌨️ 快捷键说明

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