好文档 - 专业文书写作范文服务资料分享网站

《C++面向对象程序设计》课程设计报告

天下 分享 时间: 加入收藏 我要投稿 点赞

// zhengshu.cpp: implementation of the zhengshu class. //

//////////////////////////////////////////////////////////////////////

#include \#include \

////////////////////////////////////////////////////////////////////// // Construction/Destruction

////////////////////////////////////////////////////////////////////// zhengshu::zhengshu() { }

zhengshu::~zhengshu() { }

// fenshu.h: interface for the fenshu class. //

//////////////////////////////////////////////////////////////////////

#if !defined(AFX_FENSHU_H__6E3E6A1A_943D_4CB4_87D1_758261F44F66__INCLUDED_) #define

AFX_FENSHU_H__6E3E6A1A_943D_4CB4_87D1_758261F44F66__INCLUDED_

#if _MSC_VER > 1000 #pragma once

#endif // _MSC_VER > 1000

#include \

class fenshu : public zhengshu { public:

fenshu();

int disply(); int jia();

int jian(); int cheng(); int chu();

int a,s,d,f;

int k,l; //0 int q,w;

int shuchu(int q,int w); }; #endif

// !defined(AFX_FENSHU_H__6E3E6A1A_943D_4CB4_87D1_758261F44F66__INCLUDED_)

// fenshu.cpp: implementation of the fenshu class. //

//////////////////////////////////////////////////////////////////////

#include \#include \#include %using namespace std;

////////////////////////////////////////////////////////////////////// virtual ~fenshu();

// Construction/Destruction

//////////////////////////////////////////////////////////////////////

fenshu::fenshu() { disply(); }

fenshu::~fenshu() { }

int fenshu::disply() { while(!0) { int i;

system(\ system(\

cout<<\分数计算器__________\\n\ cout<<\ 1.加法运算 2.减法运算\

cout<<\ 3.乘法运算 4.除法运算\ cout<<\ 5.化简 6.结束\\n\ cout<<\ cin>>i; if(i==5) {

cout<<\请输入两个数,分子在前\ } else {

cout<<\请输入四个数,分子在前\ if(i>0 && i<7) cin>>a>>s>>d>>f; if(s==0||f==0)

cout<<\输入错误\ else switch(i) {

case 1:jia();break; cin>>a>>s; shuchu(a,s);

《C++面向对象程序设计》课程设计报告

//zhengshu.cpp:implementationofthezhengshuclass.////////////////////////////////////////////////////////////////////////#include\#include\/////////////////
推荐度:
点击下载文档文档为doc格式
1rb8w0qzqj6tzp933x1r
领取福利

微信扫码领取福利

微信扫码分享