Search:

Type: Posts; User: mandingo

Search: Search took 0.00 seconds.

  1. Thread: Borad

    by mandingo
    Replies
    3
    Views
    1,024

    yeah

    yeah
  2. Thread: Borad

    by mandingo
    Replies
    3
    Views
    1,024

    Borad

    How do i put this in board?




    #include <iostream>
    #include <iomanip>
    #include <fstream>
    #include <string>
    #include <cstdlib>
  3. Thread: Battleship

    by mandingo
    Replies
    7
    Views
    2,716

    its a project i have to do for class. if it was...

    its a project i have to do for class. if it was up to me i would of chose to do something else
  4. Thread: Battleship

    by mandingo
    Replies
    7
    Views
    2,716

    Battleship

    can any one help me. i am suppose to write a battleship game as for my class and since i never played the game befor i have no clue on what i'm doing or what to do.
    here is what i have so far. i...
  5. Thread: help

    by mandingo
    Replies
    5
    Views
    986

    thanks alot man now i have to do is get it to...

    thanks alot man now i have to do is get it to loop 25 times
    and maybe try to use a fucntion to check if the numbers hae been plooted twice and print those numbers.
  6. Thread: help

    by mandingo
    Replies
    5
    Views
    986

    somthing like: 1 2 2 10 1 15 1 18 2 2

    somthing like:
    1 2
    2 10
    1 15
    1 18
    2 2
  7. Thread: help

    by mandingo
    Replies
    5
    Views
    986

    help

    #include <iostream>
    #include <iomanip>
    #include <cstdlib>
    #include <ctime>

    using namespace std;

    const int size_x = 25;
    const int size_y = 2;
    int field[size_x][size_y];
Results 1 to 7 of 7