Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an application to manipulate an array of student record objects. A student record will consist of a name (first, middle, and last), an ID

Create an application to manipulate an array of student record objects. A student record will consist of a name (first, middle, and last), an ID number (9 numeric digits, cannot be more or less), an address (street, city, state, and 5 digit Zip code), and a phone number (3 digit area code and 7 digit number). The application will support an array of students. The user will be allowed to enter records from the keyboard, sort records by either name (last, first, middle) or by ID, save the records to a disk file (name supplied by user), and read the records from a disk file (name again supplied by user).Createa fixed length string that must check that the length of the string is therequired length. The fixed length class should be done as a template with the number of characters as the template argument. From this fixed length string, derive a class to hold digitsof a fixed length.Create component classes as necessary to use together to implement the student record class.Use either the array template created in an earlier lab to handle the array or you may use the vectorclass from the STL to handle the array of student record objects.The maximum number of students will be 25 (it may be less).TO TURN IN:1)An electronic copy of the .cpp and .h files in the project folder as created by Visual Studio.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago