int main() { cCylinder inCy(10, 5, 3.0, 5.0); //中心(10,5) 半径 3.0 高さ5.0の円柱 inCy.PrintMember(); return(0); }