2007年7月14日

初始化数组的方法

摘要: WCHAR wcarString[100] = {0}; 这样wcarString将初始化0, 但是如果写成{1}等,你会发现,初始化仍然为0. 阅读全文

posted @ 2007-07-14 17:46 norsd 阅读(113) 评论(0) 推荐(0) 编辑

[私人]各人编程习惯

摘要: 整体结构: Core 层 ------ Interface 层 -------- User Interface 层(一般Frame work 自带) 以WinApp为例: 在CMyApp中建立 public m_clsInterface 类. 实现个人宏文件Macross.h 包含入stda... 阅读全文

posted @ 2007-07-14 16:41 norsd 阅读(105) 评论(0) 推荐(0) 编辑

导航