考试首页 | 考试用书 | 培训课程 | 模拟考场 | 考试论坛  
全国  |             |          |          |          |          |         
  当前位置:计算机等级 > 二级考试 > C++语言程序设计 > C++模拟试题 > 文章内容
  

全国计算机二级考试C++上机考试试题及答案(12)

中华IT学院   【 】  [ 2017年7月5日 ]

  三、综合应用题

  使用VC++6.0打开考生文件夹下的源程序文件3.cpp,其中定义了用于表示日期的类Date,但类Date的定义并不完整,按要求完成下列操作,将类的定义补充完整。

  (1)定义私有成员变量year、month、day。分别表示年、月、日,类型为int。请在注释1后添加适当的语句。

  (2)完成构造函数,分别给year、month、day赋值,请在注释2后添加适当的语句。

  (3)完成重载符号“十=”的定义,请在注释3后添加适当的语句。

  (4)完成print打印函数,输出到屏幕和文件的格式相同,请在注释4后添加适当的语句。

  注意:仅在函数指定位置添加语句,请勿改动主函数main与其他函数中的任何内容。

  程序正常运行,输出的结果为2008年11月813。

  试题程序:

  #include(iostream.h)

  #include(fstream)

  #include(iomanip)

  #include  usingnamespacestd;

  voidWriteFile(intc)

  {

  ofstreamout1;

  out1.open("3.txt",ios_base::app);

  out1<  out1.close();

  }

  voidWriteFile(char*str)

  {

  ofstreamoutl;

  out1.open("3.txt",ios_base::app);

  out1<  out1.close();

  }

  voidClearFile()

  {

  ofstreamout1;

  out1.open("3.txt");

  out1.close();

  }

  classDate

  {

  public:

  Date(inty,intm,intd)

  {

  //********1********

  }

  voidprint();

  //********2********

  {

  month+=m;

  inti=month/12:

  intj=month;

  if(j==0)

  {year+=(i-1);

  month=12;

  }

  else

  {

  year+=i:

  month=j;

  }

  return*this;

  }

  private:

  //********3********

  };

  voidDate::print()

  {

  //********4********

  WriteFile(year):

  WriteFile("年");

  WriteFile(month);

  WriteFile("月");

  WriteFile(day);

  WriteFile("日");

  }

  intmain()

  {

  ClearFile();

  DateOly_day(2008,8,8);

  Olyday+=3:

  Oly_day.print();

  return0;

  }

分享到:
本文纠错】【告诉好友】【打印此文】【返回顶部
将考试网添加到收藏夹 | 每次上网自动访问考试网 | 复制本页地址,传给QQ/MSN上的好友 | 申请链接 | 意见留言 TOP
关于本站  网站声明  广告服务  联系方式  站内导航  考试论坛
Copyright © 2007-2013 中华考试网(Examw.com) All Rights Reserved