?? mydate.cpp
字號:
// 這是使用應用程序向導生成的 VC++
// 應用程序項目的主項目文件。
#include "stdafx.h"
#include "Date.h"
#using <mscorlib.dll>
using namespace System;
int _tmain()
{
Date MyDate;
MyDate.SetDate(2005,12,10);
MyDate.DispDate();
::getchar();
return 0;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -