随笔分类 -  C/C++/Win32

在VC程序中添加TODO、FIXME编译警告
摘要:Many times you think much faster with your mind than with your fingers, so is good to put notes in code as if it were post-its, but that notes trends to end lost inside a big amount of lines of code.A good thing would be to be advised by the compiler output as if those notes were errors or warnings, 阅读全文
posted @ 2012-03-22 14:48 indif 阅读(993) 评论(0) 推荐(0) 编辑
设置VS&IE8控件调试
摘要:使用VS调试网页控件的方法 阅读全文
posted @ 2011-09-27 14:05 indif 阅读(1264) 评论(0) 推荐(0) 编辑
关于C++运算符重载
摘要:运算符/操作符重载,作为C++语言中一个基本但非常重要的知识点,有必要把它弄清楚明白 阅读全文
posted @ 2011-05-13 10:29 indif 阅读(795) 评论(0) 推荐(0) 编辑
C++经验谈(摘抄)
摘要:摘抄的一些C++编程经验提示 阅读全文
posted @ 2011-04-04 09:11 indif 阅读(2020) 评论(0) 推荐(0) 编辑