资源简介
Design an external function convertF (not function member of class Fraction and iFraction) to convert the improper fractions to mixed fractions.
代码片段和文件信息
#include
#include“f.h“
#include“if.h“
using namespace std;
int convertF(int a int b)
{
iFraction m;
if (b == 0)
{
m.showerror();
return false;
}
if (a == 0)
{
m.shownull();
}
else if (a
- 上一篇:C语言钢琴程序
- 下一篇:图像处理,C++,C语言。二值化,灰度化
评论
共有 条评论