摘要: 1 // sd.h : main header file for the SD application 2 // 3 4 #if !defined(AFX_SD_H__DB621B01_7480_4661_A977_D2FC564CCA3C__INCLUDED_) 5 #define AFX_SD_H__DB621B01_7480_4661_A977_D2FC564CCA3C__IN... 阅读全文
posted @ 2017-03-14 23:49 smile带着你 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1:在调用OnNewDocument之后会在内部调用Serialize 2:在调用OnPenNewDoucment之后会在内部调用Serialize 阅读全文
posted @ 2017-03-14 17:30 smile带着你 阅读(431) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; class CTimeType//定义时间类 { int hour,minute,second; //成员变量 public: CTimeType(int h=12,int m=0,int s=0) ... 阅读全文
posted @ 2017-03-14 11:49 smile带着你 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; class A { public: void f() { cout f(); return 0; } 阅读全文
posted @ 2017-03-14 11:48 smile带着你 阅读(100) 评论(0) 推荐(0) 编辑