240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    C++面向对象 笔记 - 2 (BOOLAN)

    有指针class设计要点 Big Three: 拷贝构造函数, 拷贝赋值函数, 析构函数;对于含指针类(Class with pointer),...

  • C++面向对象 笔记 - 1 (BOOLAN)

    无指针class设计要点 public:接口(interface),public:数据细节;首先考虑pass by reference(to c...

  • Resize,w 360,h 240
    (笔记)C++面向对象高级编程(上) - 2 Boolan

    (有指针Class -String) 1. Big Three: 拷贝构造函数, 拷贝赋值函数, 析构函数 2. 对于含指针类(Class wi...

  • (笔记)C++面向对象高级编程(上) - 1 Boolan

    (无指针Class -Complex) --------------------------------------------------- ...