Search:

Type: Posts; User: Evil Robot

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,485

    #include using namespace std; int...

    #include <iostream>
    using namespace std;

    int main()
    {
    cout << "hello";
    return 0;
    }
  2. Vectors mean you don't have to do as much work :)

    Vectors mean you don't have to do as much work :)
  3. Replies
    113
    Views
    18,862

    Re: Re: My best C++ Programs

    I doubt that, unless your school has problems with the APCS curriculum.
  4. Replies
    1
    Views
    874

    Eh, I don't think what you're trying to do should...

    Eh, I don't think what you're trying to do should be done with recursion.

    Recursion calls the same function with a different value (HOPEFULLY THERE'S AN EXIT CONDITION SOMEWHERE), and will finish...
  5. Replies
    4
    Views
    956

    No.

    No.
  6. Replies
    4
    Views
    1,122

    Try not adding the .cpp files to your project?

    Try not adding the .cpp files to your project?
  7. Replies
    7
    Views
    11,002

    Thank you, Mr. Compiler.

    Thank you, Mr. Compiler.
  8. Replies
    113
    Views
    18,862

    I remember those innocent days of programming...:p

    I remember those innocent days of programming...:p
  9. Replies
    8
    Views
    1,184

    But what if there's more than one mode?

    But what if there's more than one mode?
  10. Replies
    1
    Views
    934

    Constructor implementation...

    Board::Board(Shape size)
    : myAircraftCarrier(Vector location(Object.RandInt(1, size.Length()), Object.RandInt(1, size.Width()), Shape size(4,1)),
    myBattleship(Vector location(Object.RandInt(1,...
  11. Replies
    12
    Views
    2,867

    Poll: Hey Matty, I was working on that number...

    Hey Matty,

    I was working on that number challenge program. It'd be a great help if you could send the source code my way.

    [email protected]

    Thanks a bunch!
Results 1 to 11 of 11