发布时间:2011-04-25 22:14:59
C++提供了关键字explicit,可以阻止不应该允许的经过转换构造函数进行的隐式转换的发生。声明为explicit的构造函数不能在隐式转换中使用。 C++中, 一个参......【阅读全文】
发布时间:2011-04-25 22:11:13
1. 为什么用volatile? C/C++ 中的 volatile 关键字和 const 对应,用来修饰变量,通常用于建立语言级别的 <a href="http://en.w......【阅读全文】
发布时间:2011-04-23 00:00:52
If debugging is the process of removing software bugs, then programming must be the process of putting them in. - <a href="h......【阅读全文】