Hi, I'm new to C++ and have try to write a small program for testing but is not working and with some error. Anyone can help??
#include <iostream.h>
#include <iomanip.h>
class Point
{
double x,y;
public:
double get_x(return x);
double get_y(return y);
}...
Hi, I'm new to the C++ programing and have try to write a small program for testing but is not working and with some error. Anyone here can help??
#include <iostream.h>
#include <iomanip.h>
class Point
{
double x,y;
public:
double get_x(return x);
double get_y(return y);
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.