随笔分类 -  The Note of Inside The C++ Object Model

In March, I am going to read the Inside The C++ Object Model, due to I think only know the bottown functions of C++ then I can use it related.
摘要:先留个底,晚上开始看这章 阅读全文
posted @ 2010-03-24 07:47 木叶道 阅读(127) 评论(0) 推荐(0)
摘要:成员函数分为三种:nonStatic、Static 和 Virtual。另外还有inline 函数。 继承也有三种:Single Inheritance、Multiple Inheritance 和 Virtual Inheritance。 nonStatic 及 Static Member ... 阅读全文
posted @ 2010-03-20 14:27 木叶道 阅读(235) 评论(0) 推荐(0)