[c++]實現分數計算器設計

//環境 , vc 2010 #include #include<Windows.h> #include using namespace std; class integer{ //整數類 }; class fraction:integer{ //整數類的派生類分數類 private: int above; //分子 int below; //分母 void reduction(); //約分 v
相關文章
相關標籤/搜索