love in C++, live on MFC
to get ready...
C++博客
首页
新随笔
联系
聚合
管理
47 Posts :: 0 Stories :: 88 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我参与的随笔
随笔分类
Bug of Today(9)
C/C++(10)
C++ Coding Standards(5)
My English No Good(2)
My Reading(3)
VC/MFC(23)
随笔档案
2007年10月 (1)
2007年1月 (1)
2006年8月 (1)
2006年7月 (6)
2006年6月 (6)
2006年5月 (6)
2006年4月 (9)
2006年3月 (5)
2006年2月 (4)
2006年1月 (1)
2005年12月 (3)
2005年11月 (4)
My other blogs
Java, I'm Coming
my other blog about java
something about me
我的另外一个blog
讨论话题一样,新文章都在那边
Other Blog
张硕的Internet Explorer 编程
Internet Explorer 编程
搜索
最新评论
1. re: _asm int 3 的一个应用:在程序运行后再进入调试器
评论内容较长,点击标题查看
--ppc
2. re: [导入]Class Wizard 出错: A duplicate insert block exists
太感谢了,这个问题让人头疼
--aq
3. re: 错误提示"An unsupported operation was attempted"的原因
每次开机后显示错误的内容
--陈建新
4. re: _asm int 3 的一个应用:在程序运行后再进入调试器
有用的,
举个实例,比如开源的项目,你只有开源部分,而界面的部分没有代码
你想调试的话就可以用自己的dll替代别人的项目的dll然后就可以调试了呀
--jiajia
5. re: [导入]Class Wizard 出错: A duplicate insert block exists[未登录]
你是我人生的目标了
--l
阅读排行榜
1. CString的另一个问题,关于GetBuffer/ReleaseBuffer的几个错误例子(6245)
2. 用CString作为Key使用CMap(3818)
3. 错误提示"An unsupported operation was attempted"的原因(3326)
4. 什么时候必须显式调用析构函数?(3209)
5. VC wizard出错: Parsing error : Expected "*/" 的原因(2820)
评论排行榜
1. _asm int 3 的一个应用:在程序运行后再进入调试器(10)
2. 用返回类型BOOL替代函数返回类型void(10)
3. [导入]Class Wizard 出错: A duplicate insert block exists(10)
4. CString的另一个问题,关于GetBuffer/ReleaseBuffer的几个错误例子(6)
5. 什么时候必须显式调用析构函数?(6)
C++ Coding Standards
Some ideas come up to me when I read 'C++ Codeing Standards'
Make header files self-sufficient的一个例子
posted @
2006-06-23 20:56
flyingxu 阅读(839) |
评论 (5)
编辑
用返回类型BOOL替代函数返回类型void
摘要: 充分利用函数的返回值
阅读全文
posted @
2006-05-17 16:12
flyingxu 阅读(1070) |
评论 (10)
编辑
尽量用代码来替代资源中的属性
摘要: Prefer code to property in resource
阅读全文
posted @
2006-05-17 14:17
flyingxu 阅读(285) |
评论 (0)
编辑
code review 把代码投影在墙上
posted @
2006-04-09 21:37
flyingxu 阅读(124) |
评论 (0)
编辑
Is Hungarian notation obsolete?
posted @
2006-04-05 19:45
flyingxu 阅读(321) |
评论 (5)
编辑
Powered by:
C++博客
Copyright © flyingxu