📄 date.h
字号:
#ifndef _DATE_H_#define _DATE_H_//startclass Date {public: Date(int d = 0, int m = 0, int y = 0); /** @param eoln if true, output end of line character after the date. */ void display(bool eoln = true) const;//end//startprivate: int m_Day, m_Month, m_Year;};//end#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -