The question and answer are given below. Some of the
functionality is not implemented in this answer code (In C++).
That I marked and underlined. Please implement
those for me. And the output must work. Thank you.
The Answer code : (might need to make some
changes in main.cpp as per your needs for the testing. Some
interface like add class for instructor needs to be
added.)
classes.hxx
classes.cxx
main.cpp
Create a menu-driven application that can be used in a university to keep track of classes, students registered in each class, and grades received. The application should have a pre-defined list of classes that instructors can choose from to enter data for their students. The application should provide the followings: 1. Authentication. The instructor should enter an ID and a passcode; if both are correct, the instructor will be granted access to the application. 2. Each class is assigned to one instructor and only that instructor is allowed to enter data for this class. 3. There is no predefined class size; the application should handle any class size. The instructor should be allowed to enter data for each student (name and one test score) and for as many classes as needed. For each student, compute the grade that the student will receive. The menu for the system should have the following options: Display list of classes that the instructor is teaching (allowed to update) 2. Enter data for a specific class Class roster for a specific class Assignment Requirements: . Use classes - create at least one class for student data. Use at least 2 data structures (vectors, arrays, linked lists, queues, stacks). Use functions Write a narrative describing your application and its functionality. Make sure you describe the data structures you use and why you choose those data structures. You can include screen shots from you application as illustrations. .
The question and answer are given below. Some of the functionality is not implemented in this answer code (In C++). That
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The question and answer are given below. Some of the functionality is not implemented in this answer code (In C++). That
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!