Class name does not name a typeBoard.h added. I did some changes on Player.h adding [code] class Board; [/code] and [code] Bo...
Class name does not name a type[code]#pragma once #include "Board.h" #include "Ship.h" #include <string> #include <vector> #includ...
BattleShip - Fill Board with ShipsHello there. I'm making the BattleShip game and I'm having some problems to fill the board with ship...
Make a board with a txt and classes - BattleShip gameHey there, guys I need some really huge help sorting this thing out Here's my Board and player c...