一次誤用棧致使的錯誤。

#include<iostream.h> // rough implementation class Point { public: Point(int _x=0,int _y=0) { x = _x; y = _y; } int x; int y; }; class Rectangle:public Point {
相關文章
相關標籤/搜索