Point Class - Geometry Based ProgramsThank you! It finally compiles now, and I checked and all of the numbers are correct! Now i'm workin...
Point Class - Geometry Based ProgramsI'm not sure I completely follow. This is the new code I have [code] #include <iostream> #include <...
Point Class - Geometry Based ProgramsI did the changes accordingly and I am getting an error [code] int main() { Point p (4,6); Ci...
Point Class - Geometry Based ProgramsAwesome, that clears things up. Especially in the Shape class with the virtual functions. Now i'm wo...
Point Class - Geometry Based ProgramsAlright, so this is what I did so far. I made a circle class, although I'm still trying to make a po...
This user does not accept Private Messages