12.07.2015 Views

C++ - VideoTutorials-bg.com

C++ - VideoTutorials-bg.com

C++ - VideoTutorials-bg.com

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

double x;double y;public:point(double=0, double=0);void read();void move(double, double);double get_x() const{return x;}double get_y() const{return y;}void print() const;};point::point(double a, double b){x = a;y = b;}void point::read(){cout > x;cout > y;}void point::print() const{cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!