I am having difficulty completing my code for a Cartesian class. It is supposed to allow for the input and display of an object's x and y values, but I can't figure out what to put in the implementation section. Here is my code so far
When you say it isn't running properly...can you be more specific? What error messages are you getting, what output are you getting? My guess is that any trouble you are receiving is coming from that constructor you have not declared or lack of a default constructor
Okay so I fixed that but now I'm getting this error
In function `main':
main.cpp:(.text+0xf8): undefined reference to `Cartesian::Cartesian(double, double)'
collect2: error: ld returned 1 exit status