第1-7章C++面向对象程序设计_作业参考答案.docx
《第1-7章C++面向对象程序设计_作业参考答案.docx》由会员分享,可在线阅读,更多相关《第1-7章C++面向对象程序设计_作业参考答案.docx(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、第1-7章C+面向对象程序设计_作业参考答案 第1章 1.2 重点:标准输入输出库函数标准输入输出流对象 #include int main() char name20; coutname; coutb?c=a:c=b; return(c); long max(long a,long b) long c; ab?c=a:c=b; return(c); double max(double a,double b) double c; ab?c=a:c=b; return(c); 3 1.9要点:申请动态数组 / A simple example of new and delete. #includ
2、e #include using namespace std; const int N=10; int main( ) char *p,q; int i=0; p=new charN; /allocate memory for a array 为数组分配动态内存空间if(p=NULL) coutq; while(q!=#) pi+=q; cinq; coutai) min=ai; void main( ) int a10=2,5,3,9,0,8,1,7,6,4; int max,min; f(a,10,max,min); cout)运算符。 #include #include class St
3、udent 10 private: int number; char name15; float score; public: Student(int number1,char *name1,float score1); /构造函数的声明void modify(float score1) score=score1; void print( ); ; /构造函数的定义 Student:Student (int number1,char *name1,float score1) number=number1; strcpy(name,name1); score=score1; void Student:print( ) coutprint(); 11
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- C+ 面向 对象 程序设计 作业 参考答案
限制150内