[c++]实现分数计算器设计

//环境 , vc 2010 #include #include<Windows.h> #include using namespace std; class integer{ //整数类 }; class fraction:integer{ //整数类的派生类分数类 private: int above; //分子 int below; //分母 void reduction(); //约分 v
相关文章
相关标签/搜索