• 2009-10-16

    polymiorphism of C++ - [C++]

    There days, I joined a written examination, and I found a intereting topic about C++'s polymiorphism, so I wrote some extend codes after I came back, here it is:

    #include <iostream>
    using namespace std;

    class Base...

  • 今天看《C++编程思想》,忽然想到一个问题,那就是堆与栈有什么区别?

    不能看字面意思瞎猜,对待自己的修炼要严谨,于是上网找了一下,发现这个牛人写的太全了,特此转载。