文件名称:StudentClass
- 所属分类:
- 打印编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 619kb
- 下载次数:
- 0次
- 提 供 者:
- 杨*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
定义学生类,要求存储学号,姓名, 年龄,性别,班号等信息,并作为私有成员变量存储,分别实现readInfo (...), PrintInfo(...), findInfo(...) 三个公有成员函数,用于进行信息读取、信息打印、信息查找。要求readInfo (...)从键盘输入并设置学生信息,findInfo(...)从键盘输入学号进行学生对象的查找,PrintInfo(...)将学生信息打印出来-Defined class of students, requiring storage student number, name, age, gender, class, and other information, stored as private member variables, respectively, to achieve readInfo (...), PrintInfo (...), findInfo (...) c a public member functions for reading the information, the information printed, information search. Requirements readInfo (...) from the keyboard and set the student information, findInfo (...) student number from the keyboard for the students to find objects, PrintInfo (...) print out the student information
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StudentClass\Debug\StdAfx.obj
............\.....\test302.exe
............\.....\test302.ilk
............\.....\test302.obj
............\.....\test302.pch
............\.....\test302.pdb
............\.....\vc60.idb
............\.....\vc60.pdb
............\ReadMe.txt
............\StdAfx.cpp
............\StdAfx.h
............\test302.cpp
............\test302.dsp
............\test302.dsw
............\test302.ncb
............\test302.opt
............\test302.plg
............\Debug
StudentClass
............\.....\test302.exe
............\.....\test302.ilk
............\.....\test302.obj
............\.....\test302.pch
............\.....\test302.pdb
............\.....\vc60.idb
............\.....\vc60.pdb
............\ReadMe.txt
............\StdAfx.cpp
............\StdAfx.h
............\test302.cpp
............\test302.dsp
............\test302.dsw
............\test302.ncb
............\test302.opt
............\test302.plg
............\Debug
StudentClass