主界面
登入界面
#include <stdio.h>
#include <malloc.h>
#include <conio.h>
#include <time.h>
#include <windows.h>
#define MB_ICONINFORMATION MB_ICONASTERISK //对
错误
struct account_information //账号信息
{
char account[8]; //账号 7
char password[9]; //密码 8
long balance; //余额 9
char name[8]; //姓名
char id[19]; //身份证号码
char telephone[12]; //电话号码
char danwei[25]; //单位
char address[25]; //地址
struct account_information *next;
}acix={"cy20184","12345678",0,NULL};
struct pawd
{
char account[8];
char password[9];
}mima;
//*************************************************************************** //全局变量
static int count=0;
char ch;
struct account_information *head,*ptr;
//***************************************************************************
int shouye(); //主界面 胡文完成
int denglu(); //登陆函数
int zhuce(); //注册函数
int yzmima(); //验证密码
int retpwd(); //找回密码
资料包括:
需要完整的资料可在我的资源里下载,也可以加入我的纷传圈子,里面有资源压缩包的百度网盘下载地址及提取码。
纷传点击用微信打开即可,过程有点繁琐请见谅。