Question: Please answer the following Requirements thoroughly. Do not copy and paste other answers online. Thank you. Objectives: Students will - apply structured principles and good
Please answer the following Requirements thoroughly. Do not copy and paste other answers online. Thank you.

Objectives: Students will - apply structured principles and good practices to the task of developing software systems. - communicate both technical and non-technical aspects of their work in formal and informal situations. Problem Description: Task 1. Add Pack and Unpack methods to class Student in Project1. Use class BufferFile to create a file of student records. Test these methods using the types of buffers supported by the IOBuffer class. Follow the example of the class Person. Task 2. Add Pack and Unpack methods to class CourseRegistration in Project1. Use class BufferFile to create a file of course registrations. Test these methods using the types of buffers supported by the IOBuf fer class. Requirements - Define each class in a header file (className.h) and implement the member functions in an implementation file (className.cpp), and compile it separately from a client program (test driver). - Write a test driver for each class to demonstrate the correctness of pack and unpack operations. You must test all the three types of buffer classes. - Follow the example "testBufferFileWithPerson.cpp" and the Person class posted below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
