摘要: What does the compiler behind our programming?Overloading in C++Override all of overloaded functions defined in base class.The following rules from Bjarne Stroustrup:Begin:Allowing overloading based on const was part of a general tightening up of the rules for const and a trend towards enforcing tho 阅读全文
posted @ 2013-08-02 09:11 iDragon 阅读(297) 评论(0) 推荐(0)
摘要: Programming language evolves always along with Compiler's evolvementOn the Cusp of the Object ModelTemplatesTemplate are now the foundation for generic programming ( the Standard Template Library).Template are used in memory allocation strategies, mutual exclusion mechanism for synchronizing thr 阅读全文
posted @ 2013-08-02 08:23 iDragon 阅读(178) 评论(0) 推荐(0)