劲火星空
仰望星空
全部博文(44)
2016年(22)
2015年(22)
xikacat
Bsolar
Etrock
bbslhb
sunzhilo
oneness0
panghaif
llimprov
yhs0717
发布时间:2016-03-13 14:02:55
点击(此处)折叠或打开/*#include <iostream.h>#include <fstream.h>// 读取文件d盘的a.txtvoid main(){ char s[5]; ifstream infile("d:\\a.txt",ios::in); .........【阅读全文】
发布时间:2016-03-10 21:35:01
数组对象就是若干对象以数组的方式出现了点击(此处)折叠或打开#include <iostream>using namespace std;class MyClass{private: int x, y;public:.........【阅读全文】
发布时间:2016-03-10 09:33:56
从运行结果中可以得到多继承构造函数和析构函数的执行顺序点击(此处)折叠或打开#include <iostream.h>class A{private: int a, b;public: A(in.........【阅读全文】
发布时间:2016-03-10 09:22:34
点击(此处)折叠或打开/* * 多继承的构造函数和析构函数 * 对于所有需要给予参数进行初始化的基类,都要显示给出基类名和参数表 */ #include <iostream>using namespace std;.........【阅读全文】
发布时间:2016-03-10 09:15:18
点击(此处)折叠或打开//构造函数 #include <iostream.h>#include <string.h>class A{private: int x, y;public:.........【阅读全文】
登录 注册