Help in Battleship gameThank you very much for everything. For now, everything seems to work fine. //I've rewritten on my o...
Help in Battleship game[code]bool up(int ShipSize,int x, int y ) { bool ok = true; int j; if (y - ShipSize<1) { ok =...
Help in Battleship gameHope this work...I'll try it and come back with feedback. thankyou // After this...[code]cout << "No...
Help in Battleship gameI removed the recursion calls, but still nothing happen with the board. It does not put the ships on...
Help in Battleship gameshowBoardH is supposed to display the 10 by 10 array. and x and y it should take the values from coo...
This user does not accept Private Messages