c语言编程:用文件实现通讯录管理怎么做?具体点。急用,谢谢!
c语言编程:用文件实现通讯录管理怎么做?具体点。急用,谢谢!
日期:2022-02-13 05:04:56 人气:1
#include<stdio.h>
#include<string.h>
typedef struct Friends
{
char sName[30];
int tel;
int sMovtel;
int home;
char Emaile[30];
char assort[30];
}Frien
#include<string.h>
typedef struct Friends
{
char sName[30];
int tel;
int sMovtel;
int home;
char Emaile[30];
char assort[30];
}Frien