Hello again, One more I need assistance with. 🙂
Overview
Use the concepts you have learned so far to complete the given project.You will download and extract a .zip file containing: a Visual Studio solution, project, and code, and then you will write code to satisfy the //
TODO
: comments provided throughout the code. You will compile, run, and test your program to your satisfaction, and when you are finished, you will submit your final solution folder .zipped up.
Instructions
Please download and extract the .zip file containing the Visual Studio solution, project and code, and then you will write code to satisfy the //TODO: comments provided throughout the code.You will compile, run, and test your program to your satisfaction.
When you are finished you will submit your final solution folder .zipped up.
You cannot use any code previously written, whether from lab, or personal projects
You cannot use code from the internet. You must write new code specific for this practical
You are not allowed to use auto in place of known data types in PG1.
TODOFirst, look at the top of all .cpp files provided, especially ShopPractical.cpp, to find a general explanation of the program and perhaps a plan of attack. Next, you will see that some, if not all, of the .cpp files provided contain // TODO: comments embedded throughout the file. These correspond to tasks that you areexpected to complete.
Do not remove any pre-processor directives (statements that begin with a # – they are part of the program).
Downloads
PracticalShop.zip
489 KB