Search:

Type: Posts; User: stinkipete

Search: Search took 0.01 seconds.

  1. Replies
    26
    Views
    1,906

    Post your efforts.

    Post your efforts.
  2. Replies
    26
    Views
    1,906

    You need to at least have a go yourself first....

    You need to at least have a go yourself first. You can't just expect people to write the code for you.

    Even if you're way off, have a go, post what you've done, then maybe you'll get some help.
  3. Replies
    26
    Views
    1,906

    So what's the problem? Specifically . . . ?

    So what's the problem? Specifically . . . ?
  4. Replies
    9
    Views
    1,384

    #include If it's in the standard...

    #include <sstream>

    If it's in the standard library that is. Put that before your main() function, near the top of the source file.
  5. Thread: error C2084

    by stinkipete
    Replies
    7
    Views
    3,538

    "int Log(char message[]); {" get rid of the...

    "int Log(char message[]); {"

    get rid of the semi colon in that line and you should be okay.
  6. Replies
    6
    Views
    1,050

    Thanks for the heads up. When I did that last...

    Thanks for the heads up. When I did that last time I backed up first. I'm not that stupid :D
  7. Replies
    6
    Views
    1,050

    Oh yeah cheers for that. The compiler gave a...

    Oh yeah cheers for that.

    The compiler gave a new error when I removed the .h from stdlib. I can go into my include directory and rename it without the extension, but I've done that before with...
  8. Replies
    6
    Views
    1,050

    Could use some help

    Hi,

    I'm quite new to C/C++ programming, and I'm having some problems when trying to create variables of type string.

    Here's a little example code:


    #include <iostream.h>
    #include...
Results 1 to 8 of 8