What knowledge do you need to do to do a student management system C C to write a student manageme

Updated on technology 2024-04-06
12 answers
  1. Anonymous users2024-02-07

    What you want is a student management system written in the C three-tier architecture, what are the functional requirements? Do you see if it's okay to have these features?

    Main function: system management.

    Create, change, delete, and query account information.

    Appearance settings. Modifications can be made to the appearance of the system.

    Student management. Grades management.

    Class management. Account management.

    Data Maintenance. Back up data, statistics.

    Security settings. Permission settings, change passwords. Help.

  2. Anonymous users2024-02-06

    In fact, as long as you can add, delete, modify, and check, you will be considered a pass.

    If you use C to do it, pull a few labels, textbox, and gridview

    Then connect to the database, if you don't know how to connect the database, pull a datasource, and then configure, if you don't remember the database statement, you can also configure it.

  3. Anonymous users2024-02-05

    Studying and learning is the process of your improvement, and learning to solve problems by yourself is a good way for you to succeed.

  4. Anonymous users2024-02-04

    It's easier to pay someone to do it.

  5. Anonymous users2024-02-03

    You can't make it clear enough.

    There is the source code on the Internet, go and see for yourself,

  6. Anonymous users2024-02-02

    Does C have a lot to do with ASP? Isn't it?

  7. Anonymous users2024-02-01

    1. First of all, define a number of reed structure student, which contains the information of the student.

    2. Define two variables of type student, and save the grade information and temporary variables of all students.

    3. Define a custom function to enter the student's grade information.

    4. Realize the input of student information and calculate the total score.

    5. In the main function, first define the ruler with 4 integer variables, save the total number of students, and control the variables of the loop.

    6. Next, enter the total number of students and save it in the variable n.

    7. Enter the information of all students and save it in the array arr.

    8. Use 3 cycles to realize the sorting of students according to their student numbers. In the end, the total score of each student is output according to the student number.

  8. Anonymous users2024-01-31

    The web version of the student management system has several steps to take:

    1.First of all, determine the architecture, if you are going to use C, then it is destined to be Windows+IIS+. As for the version, I won't write it, you can determine for yourself.

    2.When developing, whether to consider using a framework, or what kind of development architecture to color, three-layer, or non-layered. Divide and not divide have their own characteristics, if you are developing alone, it is recommended not to divide.

    3.List the functions to be realized, build a database table, and consider the corresponding addition, deletion, modification and query functions according to the database table. Usually databases are all of these features. For database development, this idea is right.

    4.Then there is the corresponding interface, according to the function and permission, etc., set the corresponding interface, and control the interaction of input and output.

    Once ready, publish and upload to the server, and you're ready to go.

  9. Anonymous users2024-01-30

    Isn't it just a simple addition, deletion, check and change? I guess I studied it when I was in school.

    The web version of the vs drag-and-drop control Thank you for the event to bind the data is basically like this, and it is not commercial, it is very simple.

  10. Anonymous users2024-01-29

    Student management system, online when a down, you can take a slow look! A lot of this**!

  11. Anonymous users2024-01-28

    First of all, you should analyze what attributes the "student management system" needs to have (such as the student's student number, name, ......).etc.). This is where structure comes in. In addition, students can add, delete, and modify on the fly, using pointers and dynamically creating linked lists.

    And the type of the linked list is structural, and the structure is "student". In addition, students can use a loop to traverse the linked list one by one until they find a specific student, or return "information not found". Finally, students can be ranked based on their grades in several courses to exclude rankings.

  12. Anonymous users2024-01-27

    1. Interface, if you want to run under Windows, it is recommended to use MFC or do the program interface.

    2. Data storage method, it is recommended to use a database. That is, C++ ADO is used to operate the database.

    3. If your "Student Management System" is only at the assignment level. Then use struct (class) + linked list to make a "student" class, and then string together the linked list to become a student management system at the assignment level. 4. To make a practical level student management program, in addition to the basic C++, at least you need to know database programming and MFC

Related questions
5 answers2024-04-06

To start and shut down the computer normally.

7 answers2024-04-06

Security In short: Maintain good computer habits.

8 answers2024-04-06

Campus culture is a tangible and silent course, which relies on discovery, comprehension, and cultivation to achieve the goal, promote the active development of teachers and students, is an important branch of management and education, and is an important means to promote quality education. It is the unique environmental education force of a school, the latent curriculum for the growth of students, the unique style and spirit of the school, and the soul of the school. According to Comenius, the school itself should be a place of pleasure. >>>More

4 answers2024-04-06

Answer: First of all, it is a conceptual revision. This was inspired by reading an online article "Education Without Punishment is Incomplete Education", which gave me a great impact on the concept, mainly from three aspects: >>>More

13 answers2024-04-06

First of all, it is a misunderstanding that students are not in charge. There are many desirable methods of traditional education, but they cannot be taken directly. The times are different, the environment is different, and the objects are very different. >>>More