x
point
public
int x
EX1
void point_x_ex1() { point pt(2, 3); printf("x = %d y = %d\n", pt.x, pt.y); }
x coordinate of the point
origin.h