我自己建了一个数组
class myPoint      //  用来保存圆
{
public:
point cp[1];  //// 圆心
double R;     ///  圆的半径
};当我得到一个圆0(x,y),半径R,  怎么样把这个圆保存到组数myPoint里面去。谢谢啦,有分送的哦