首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
heweiwei的代码贴
→
全部
[C++]这个怎么可以做成有继承多态的函数
#include<iostream>
#include<fstream>
#include<string>
#include<iomanip>
using namespace std;
#define M 200 //可以存信息总量
int N=0; //学生总量
class student
{
public:
student();
void set(); //初始化信息,第一次对信息的录入
......................
阅读全部
| 2012年5月19日 00:36
1
heweiwei
全部(1)
C++(1)