What's the point of having pi as a float, when you assign an integer to it?
Also, why write setters and getters for class that has public member variables?
Also, main should return some value, and shouldn't end with semicolon.
What does compiler say exactly?
the pi assign was just a test for something else i tried checking..ignore it,same for the public at the top..
this is the exact message i get:
"Error 1 error C3867: 'circle::axiscut': function call missing argument list; use '&circle::axiscut' to create a pointer to member"