c++通讯录管理系统
#define_CRT_SECURE_NO_WARNINGS1#ifndef__CONTACT_H_#define__CONTACT_H_#include#include#include#definePEO_MAX30#defineSTUID_MAX10#defineNAME_MAX20#defineSEX_MAX10#defineTEL_MAX15typedefstructPeople{charid[STUID_MAX];charname[NAME_MAX];charsex[SEX
下载地址
用户评论