stdafx.cpp

来自「这个程序能实现一个时钟的模拟」· C++ 代码 · 共 17 行

CPP
17
字号
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
//  嗨!我是王晓钰。
//  我的E-mail是:XiaoYu.wang@263.net  有问题可以发邮件或在网站上留言
//  欢迎你访问我的个人主页:“笑语小园”http://xiaoyu.2699.comn
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
//  二○○○年七月
//  让我们继续看我的程序。
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
// stdafx.cpp : source file that includes just the standard includes
//	Clock.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"



⌨️ 快捷键说明

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