C++面向对象程序设计 设计类
C++面向对象程序设计 设计类
日期:2011-04-07 02:59:32 人气:1
,但是毕竟很相似了,因为解决问题的方法是一致的
你自己修改一下,如果还有任何问题,m我
#include<iostream>
#include<string> //控制字符串的头文件
using namespace std;
class tong //建立同学录的一个类
{
public:
tong(); //构造函数
tong(char n[20],char se,int ag,int te,int q