小白带你学习C++(2)This指针的引用

小白带你学习C++(2)This指针的引用 内幕: 每个对象有个自己的this指针;你发现了没? [cpp]  view plain  copy  print ? class CPoint   {   private:        double x,y;    public:        double Distance(CPoint p);   };   // 求两点之间的距离   doubl
相关文章
相关标签/搜索