cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Can anyone do this??
Can anyone do this??
Dec 18, 2014 at 11:43pm UTC
Johnathan
(5)
Implement a Circle class. Each object of this class will represent a circle, storing its radius and the x and y coordinates of its center as floats. Include a default constructor, access functions, an area() function, and a circumference() function.
Thank you
Dec 18, 2014 at 11:49pm UTC
pnoid
(138)
http://www.cplusplus.com/doc/tutorial/classes/
Topic archived. No new replies allowed.