在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
阅读(1016)
推荐(0)
关于C++运算符重载
摘要:运算符/操作符重载,作为C++语言中一个基本但非常重要的知识点,有必要把它弄清楚明白
阅读全文
posted @
2011-05-13 10:29
indif
阅读(805)
推荐(0)