Battleship with Classes. Create a project titled Lab9_BattleshipClasses. Restructure your project from the previous lab assignment such that the information about battleships and shots is located in classes. If you have not done the battleship assignment of the previous lab, contact the lab instructor. He will supply you with working code for it. Note that in this case you will get no credit for this part of the previous lab.
You should use this header file.
Hint: Your main function outline should be as follows:
You are free to modify the header file as you see fit. For example, you may consider defining a few simple functions inline. The operation of your program should remain as in the previous lab assignment. Make sure your programs adhere to proper programming style. Submit your projects to the subversion repository. Do not forget to verify your submission on the web.