Search:

Type: Posts; User: Suudsu2200

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,128

    ...

    Why did I make cont a char? Duh.. Better fix that. So what should I do with spd?

    EDIT: Oh, nvm i know what to do. Thanks for all the help guys.
  2. Replies
    8
    Views
    1,128

    Math Problems?

    I have this code:


    #include <iostream>

    using namespace std;

    int bday;
    int bmonth;
    int byear;
  3. Replies
    11
    Views
    1,214

    ...

    thank you, that is helpful, but what was wrong in the 1st place?
  4. Replies
    11
    Views
    1,214

    Ok, I fixed that but I have another problem. I...

    Ok, I fixed that but I have another problem.
    I have this code (you can skip down to the bold):

    #include <iostream>

    using namespace std;

    int bday;
    int bmonth;
    int byear;
  5. Replies
    11
    Views
    1,214

    ...

    Now it thinks "y" is a pointer (I think).
  6. Replies
    11
    Views
    1,214

    ...

    duh...

    Oldest mistake in the book.
  7. Replies
    11
    Views
    1,214

    Whats wrong with this?

    } while (cont = "y");

    for this line I get:

    invalid conversion from 'const char*' to 'char'
  8. Thread: Compiler

    by Suudsu2200
    Replies
    2
    Views
    1,122

    Compiler

    OK, so i got a microsoft windows thing on my mac that let me run windows. I downloaded the dev bloodshed C++ compiler and fell in love with it, it was so simple! (I am the uber nub). Well, one day my...
  9. Thread: Errors

    by Suudsu2200
    Replies
    3
    Views
    1,212

    Thanks! It worked.

    Thanks! It worked.
  10. Thread: Errors

    by Suudsu2200
    Replies
    3
    Views
    1,212

    Errors

    Hi guys. I'm new to C++ and was taking a tutorial where at the end they give you a code. I figured I would plug it in to my compiler (Dev-C++) and run it.
    I got like 4 error messages. The first and...
  11. Replies
    12
    Views
    1,532

    For anyone else with this problem ...

    For anyone else with this problem

    http://richardbowles.tripod.com/cpp/linklist/linklist.htm

    Really cleared it up for me.
  12. Replies
    12
    Views
    1,532

    Thanks matt and everyone else, P.S. You are so...

    Thanks matt and everyone else,

    P.S. You are so kind
  13. Replies
    12
    Views
    1,532

    That is really helpful but (and I don't want to...

    That is really helpful but (and I don't want to sound ungrateful but) 2 things:



    1. Could you please supply a complete code (Something I can cut and Paste and run)

    2. I am pretty newbish (as...
  14. Replies
    12
    Views
    1,532

    Maybe i should have been more specific. I mean...

    Maybe i should have been more specific. I mean like syntax.
    such as:



    Some commands and stuff... // This command means...

    More commands and explanations...
  15. Replies
    12
    Views
    1,532

    No offense, but what is that supposed to mean? ...

    No offense, but what is that supposed to mean?

    I mean like code.
    Such as:



    Blah, blah, blah.
  16. Replies
    12
    Views
    1,532

    Linked Lists?

    Hi, this is a newbie question but here goes...

    I cannot seem to understand linked lists! Its one of those things you just don't get. I've read the tutorial about 1,000 times and I still don't get...
  17. Thread: Arguments

    by Suudsu2200
    Replies
    1
    Views
    1,224

    Arguments

    I can't seem to find this anywhere else so....

    What exactly is the definition of an "argument"?
  18. Replies
    4
    Views
    1,120

    Now, at a closer look, I see it is called "C...

    Now, at a closer look, I see it is called "C style strings". Why is it there? That would seem to just confuse people. Also, what is the point?

    -Thanks
  19. Replies
    4
    Views
    1,120

    First of all, I found it on this sites C++...

    First of all, I found it on this sites C++ tutorials, in the tutorial "strings". If you look on the page http://www.cprogramming.com/tutorial.html you can clearly see it under c++ tutorials.

    As it...
  20. Replies
    4
    Views
    1,120

    Tutorial Help

    Hi, I am on the tutorial and I need some help that is probably incredibly basic to u guys. In the tutorial, when explaining strings, it says:




    #include <iostream> //For cout
    #include...
Results 1 to 20 of 20