非常实用的C++源码

时间:2012-12-13 14:32:30
【文件属性】:

文件名称:非常实用的C++源码

文件大小:3KB

文件格式:RAR

更新时间:2012-12-13 14:32:30

非常实用的C++源码

#include #include using namespace std; class Student { char* name; char* id; int score; public: Student(char* n="noname",char* i="2007",int s=59) { name=n; id=i; score=s; cout<<"调用构造函数Student"<


【文件预览】:
C++
----1(构造_析构).cpp(357B)
----hkb(构造_析构).cpp(357B)
----hkb(n阶勒让德多项式的值).cpp(363B)
----hkb(类构造).cpp(765B)
----1(n阶勒让德多项式的值).cpp(363B)
----hkb(计数).cpp(826B)
----ex0503(加一天).cpp(1KB)

网友评论