Question: Create a new project. Visual C++ Win32 Console Application Name the project CIS022_S2016_Assignment10b your name Select a location where you can find it later Choose
| Create a new project. Visual C++ Win32 Console Application Name the project CIS022_S2016_Assignment10b your name Select a location where you can find it later Choose the default application settings | ||||||||||||||||||||||
| 2. | Insert the following code into your project. CIS022_S2016_Assignment10b.cpp Replace the entire contents of your CIS022_S2016_Assignment10b your name.cpp with the contents of the given file. | |||||||||||||||||||||
| 3. | Complete the project. Make NO changes to the provided code. Create a class named MessageClass with the following attributes:
Yes, there are easier ways to perform these tasks, but I want you to do it this way. | |||||||||||||||||||||
| 4. | Insert your program documentation and code comments. Provide program documentation and comment both of the files generated with the new class. The contents of CIS022_S2016_Assignment10b.cpp are below. #include "stdafx.h" #include |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts


The contents are provided below.