In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains how to realize the student information management system under linux. Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn how to realize the student information management system under linux.
I. brief introduction
The simple student information management system developed by vc++ during the university mainly includes adding student information, deleting student information, modifying student information, querying student information, displaying student information, comprehensive statistics (average score and pass rate of each course), ranking of total scores and withdrawal from the system. Design:
Second, detailed explanation
1. Code
(1) main.cpp
# include # include # include / / use the setw () function # include / / use the system () function # include / / use getch (), enter any character # include / / use the strcpy () function using namespace std; void baocun (); / / save the information int null0; / / global variable to record the total number of students. Char mi [] = "1987"; / / initial password class student / / Student class {public: int num; / / Student ID char name [10]; / / Student name char sex [4]; / / Student gender char classroom [10]; / / Student Class double aLind bJC; / / results of three courses double sum; / / record the total scores of individual three courses} stu, paixu, wo / / declare object class school:public student {public: / / declare function prototype void input (); / / add student information void add (); / / add student information void alt (); / / delete student information void alt (); / / modify student information void find (); / / query student information void disp (); / / display student information void cal () / / Comprehensive Statistics (average score and pass rate of each course) void xu (); / / Total score ranking void back (); / / return to the main interface void gai (); / / change password void start (); / / Management Operation}; / / main function void main () {school A; char atrechar c [20]; char m [20]; system ("cls") / / screen clearing DOC calls system ("color 1F"); / / Color calls doc cout
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.