源码简介: |
设计一个基于C++ 的学生信息管理系统。学生信息包括: 学号,姓名,年龄,性别,出生年月,地址,电话,E-mail。功能如下:(1) 学生信息的录入功能(2) 学生信息的浏览功能(3) 学生信息的查询功能(可以按学号,姓名进行查询)(4) 学生信息的排序(5) 学生信息的删除和修改功能另外自己还加入了一些加分的功能,比如修改对话框的底色,提取系统时间并显示在状态栏上,还插入了2个资源位图。-Design based C++ student information management system. Student information includes: Student ID, name, age, sex, date of birth, address, telephone, E-mail. Function as follows: (1) student information input function (2) student information browsing (3) student information query functions (can learn its name query) (4) Student Information sorting (5) student information delete and modify functions in addition he still added some extra points features, such as the background color of the Modify dialog box, extraction system time and displayed in the status bar, also inserted two resource bitmap.
|