原创 C++ 學習2 Class with Pointer member

Boolan C++ 學習2 Class with Pointer member 記錄知識點: BigThree 空指針 const static sizeof explicit關鍵字 new delete 內存分佈 C++ 數

原创 C++學習1

RVO: complex.h 中 operator + (const complex& x, const complex& y) {   return complex (real (x) + real (y), imag (x) + im