User profile: Verance

User info
User name:Verance
Old user name:Luis Costa
History
Joined:
Number of posts:36
Latest posts:

Class name does not name a type
Board.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 Ships
Hello there. I'm making the BattleShip game and I'm having some problems to fill the board with ship...

BattleShip - Fill Board with Ships
Hello 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 game
Hey there, guys I need some really huge help sorting this thing out Here's my Board and player c...