首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
请打开考生文件夹下的解决方案文件proj3,此工程中包含一个源程序文件proj3.cpp,其功能是从文本文件in.dat中读取全部整数,将整数序列存放到intArray类的对象中,然后建立另一对象myA~ay,将对象内容赋值给myArray。类intArr
请打开考生文件夹下的解决方案文件proj3,此工程中包含一个源程序文件proj3.cpp,其功能是从文本文件in.dat中读取全部整数,将整数序列存放到intArray类的对象中,然后建立另一对象myA~ay,将对象内容赋值给myArray。类intArr
admin
2020-10-21
33
问题
请打开考生文件夹下的解决方案文件proj3,此工程中包含一个源程序文件proj3.cpp,其功能是从文本文件in.dat中读取全部整数,将整数序列存放到intArray类的对象中,然后建立另一对象myA~ay,将对象内容赋值给myArray。类intArray重载了“=”运算符。程序中给出了一个测试数据文件input,不超过300个的整数。程序的输出是:
10
11
13
16
20
要求:
补充编制的内容写在“//**********333**********”与“//**********666**********”之间。实现重载赋值运算符函数,并将赋值结果在屏幕输出。格式不限。不得修改程序的其他部分。
注意:程序最后将结果输出到文件out.dat中。输出函数writeToFile已经编译为obj文件,并且在本程序中调用。
//intArray.h
class intArray
{
private:
int*array;
int length;
public:
intArray(char*filename);
intArray( );
intArray&operator=(constintArray&src);
~intArray( );
void Show( );
};
void writeToFile(const char*path);
//main.cpp
#include<iostream>
#include<fstream>
#include<cstring>
#include"intArray.h"
using namespace std;
intArray::intArray( )
{
length=10;
array=new int[length];
}
intArray::intArray(char*filename)
{
ifstream myFile(filename);
array=new int[300];
length=0;
while(myFile>>array[length++])
length--;
myFile.close( );
}
intArray&intArray::operator=(const intArray&Src)
{
if(array!=NULL)delete[ ]array;
length=src.length;
array=new int[length];
//*************333***********
//*************666***********
return*this;
}
intArray::~intArray( )
{
delete[ ]array;
}
void intArray::show( )
{
int step=0;
for(inti=0;i<length;i=i+step)
{
cout<<array
<<endl;
step++;
}
}
void main( )
{
intArray*arrayP=new intArray("input.dat");
intArray myArray;
myArray=*arrayP;
(*arrayP).show( );
delete arrayP;
writeToFile(" ");
}
选项
答案
for(int i=0;i<length;i++)//遍历对象src中的数组array,然后依次把值放进数组array中 array[i]=src.array[i];
解析
主要考查考生对运算符重载的掌握,该函数要重载运算符“=”,该运算符的意思是赋值。先看该函数的其他语句:
if(array!=NULL)delete[ ]array;
length=src.length;
array=new int[length];
第一条语句是把原来动态数组释放,第二条语句是把形参src的成员length赋值给变量length,第三条语句是给指针array分配内存。接下来要把动态数组中的值逐个赋给array数组,在这里使用for循环语句,循环变量i的范围是0~length,并进行赋值操作。
转载请注明原文地址:https://jikaoti.com/ti/Qcl0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有如下程序:#includeusingnamespacestd;classA{public:A(inti=0):r1(i){}voidprint(){cout
数据库设计中反映用户对数据要求的模式是()。
有如下程序:≠≠includeusingnamespacestd;classMyClass{public:MyClass(intx):val(x){}voidPrin
有如下程序:#includeusingnamespacestd;classToy{public:Toy(char*_n){strcpy(name,_n);count++;}~
有如下程序:#includeUsingnamespacestd;ClassAmount{intamount;public;Amount(intn=0):amount(n){}
有如下程序:#includeusingnamespacestd;intmain(){inti,s=0;for(i=1;s<20;i+=2)s+=i*i;cout<<i<<endl;
若为Fraction类重载前增1运算符++,应在类体中将其声明为()。
软件按功能可以分为应用软件、系统软件和支撑软件(或工具软件)。下面属于应用软件的是()。
请使用VC6或使用【答题】菜单打开考生文件夹proj2下的工程proj2,其中定义了Employee类和Manager类。Employee用于表示某公司的雇员,其属性包括姓名(nanle)和工作部分(dept)。Manager是Employee的公有派生类
使用VC6打开考生文件夹下的源程序文件modi2.clap。阅读下列函数说明和代码,实现函数sort(intA[],intn),用选择排序法把数组从大到小排序。提示:选择排序法的思想是:(1)反复从还未排好的那部分线性表中选择出关键字
随机试题
钻铝合金时,()造成孔壁粗糙。
A.生物利用速度B.生物利用程度C.药物的体内分布过程D.溶出度E.药物的体内代谢过程血药浓度-时间曲线下面积表示的是
患者,男,29岁。症见泄泻腹痛、便黄而黏、肛门灼热,证属湿热蕴结。治当解肌透表,清热解毒,利湿止泻。患者宜选用的药物是
下列哪项不是甲硝唑的适应证( )。
住宅室外装饰装修的原则有()。
下面选项中哪个不是营业税的征税范围?( )
课外校外教育从确定活动的内容、要求到选择活动方式,从安排活动的具体步骤到组织实施等,都是学生自主进行的,这反映了课外校外教育具有()。
关于中国近代警察制度建立过程的表述,正确的包括()
Whatdoesthemanmean?
A、Itinvolvedafatheroftwo.B、Thefatherwasshot.C、Thefatherchangedlanescarelessly.D、Thefatherrefusedtogetoutof
最新回复
(
0
)