Search:

Type: Posts; User: charlybob

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,768

    'wait' undeclared?

    OK I feel really stupid for this, but I can't get it to work. I thought you just needed #include<time.h> at the top to use it, but obviously not, so can anyone tell me what it should be instead of...
  2. Replies
    6
    Views
    1,775

    Thanks again (Sorry for the double post)

    Thanks again

    (Sorry for the double post)
  3. Replies
    6
    Views
    1,775

    Guess it makes sense. I hadn't used dev-c++ since...

    Guess it makes sense. I hadn't used dev-c++ since I updated it.
  4. Replies
    6
    Views
    1,775

    ? Never had to use std:: before. They've...

    ?

    Never had to use std:: before. They've always worked straight away like that.
  5. Replies
    6
    Views
    1,775

    O_o cin and cout aren't declared?

    #include <iostream>


    int main()
    {
    int aArray[12];

    cin >> aArray [4];

    cout << aArray [4];
  6. Replies
    24
    Views
    5,997

    Another thing I like about C++ for dummies is it...

    Another thing I like about C++ for dummies is it has a thing of explaining what something is, why its used and how to use it. Then at the end of the chapter it shows it being used in a FULL program....
  7. Replies
    5
    Views
    1,026

    Lol, sorry. I said I'm new to it, should have...

    Lol, sorry. I said I'm new to it, should have expected the questions to be simple.

    And thanks again.
  8. Replies
    24
    Views
    5,997

    Never use a dummies or 21 days/hours book for...

    Never use a dummies or 21 days/hours book for anything like programming.

    Those books are designed for bragging rights so people can claim to know how to program, when they only actually know how...
  9. Replies
    5
    Views
    1,026

    Oh yeah, thanks a lot dude. It's compiled now...

    Oh yeah, thanks a lot dude.

    It's compiled now and works. Soon as it prints the two answers though it shuts down the window. I thought cin.get(); should have meant you had to press something before...
  10. Replies
    5
    Views
    1,026

    Help sorting out errors

    OK I've just wrote something to fill some time, and I thought I had done it all right, but when I try compile it, it gives some errors, but the errors don't make much sense to me really. It's giving...
Results 1 to 10 of 10