Search:

Type: Posts; User: Dreamerv3

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    2,452

    Alright, I just checked my second book, and it...

    Alright, I just checked my second book, and it too uses subscripts to refer to index variables.

    Things like


    for (i = 0, i < 5, i++)
    {
    Weight[i] = i;
    }
  2. Replies
    32
    Views
    2,452

    Thanks, That was really helpful. And I'm sorry...

    Thanks, That was really helpful.

    And I'm sorry for seeming like an idiot, the book I'm using just does eccentric examples like this and I think it would be wiser to switch, to a book with more...
  3. Poll: Hey All! I figured since my vector thread...

    Hey All!

    I figured since my vector thread isn't getting any attention, which drives me deeperinto the chaos of index variables, or maybe my book's author has just screwed it up in his examples?
    ...
  4. Replies
    32
    Views
    2,452

    Sorry it didn't let me edit the message. I...

    Sorry it didn't let me edit the message.

    I though referring to vectors like:


    vector<short>Weight(5);

    for(i = 0, i<5, i++)
    {
    cin>> Weight;
  5. Replies
    5
    Views
    3,497

    I just downloaded the demolinux iso and burned a...

    I just downloaded the demolinux iso and burned a cd and botted it, this is sooo awesome!

    I can learn linux, find my way around, and then when I'm fluent enough... dump windows like the rotten...
  6. Replies
    5
    Views
    3,497

    linux vs linux?

    Hi all, I 'v recently committed to learning c++ for better and for worse through sickness and health, and after only two months of trying very hard, with many different books + forums like this one,...
  7. I see, so time() tells rand to use a different...

    I see, so time() tells rand to use a different seed per program run or per each time the program runs...

    Very good, I will search the board(s) right now and see what I can find...
  8. It worked Thank you! Now please tell me...

    It worked

    Thank you!


    Now please tell me where I went wrong?

    Pasting code, having it work and then leaving it alone just doesn't sit right with me unless I know what it is doing...

    Any...
  9. Trying to make rand different per program run

    Hello everybody, first off I'd like to say thank you to everyone who helped me with my while loop dilema two weeks or so ago.

    I am now in the process of expanding the functionality of my guessing...
  10. Replies
    20
    Views
    5,085

    WOW! that looks so simple, I'll try it right away!

    WOW! that looks so simple, I'll try it right away!
  11. Replies
    20
    Views
    5,085

    elchulo2002: Yeah I'm using the Stroustrup...

    elchulo2002:

    Yeah I'm using the Stroustrup book for reference but its not easy to get explicit definition with coherent examples, everything is very loosely presented, so its up to you to figure...
  12. Replies
    20
    Views
    5,085

    How did all you guys teach yourselves? I mean...

    How did all you guys teach yourselves?
    I mean I'm really trying, but it seems that everytime I go sit down and write something there's always some critical tiny thing that I have not been exposed to...
  13. Replies
    20
    Views
    5,085

    Ok here is my flowchart: It is a bit big so...

    Ok here is my flowchart:

    It is a bit big so please excuse the size however it is a small file, about 10k in size, so even 56kbps users should see it right away.
    ...
  14. Replies
    20
    Views
    5,085

    Here is my new code using if: #include...

    Here is my new code using if:


    #include <iostream>
    #include <string>



    int main()
    {
  15. Replies
    20
    Views
    5,085

    while loop not behaving properly.

    Ok, I've been searching two books for answers which I don't seem to find. They are:

    1.)"Learning to Program in C++" By Steve Heller
    2.) "The C++ Programming Language" Third Edition By Bjarne ...
  16. Replies
    4
    Views
    1,288

    Thank you very much, that explained a lot of...

    Thank you very much, that explained a lot of critical information that my first book didn't even mention. My book comes bundled with DJGPP which doesn't seem to work on w2k so I went out and obtained...
  17. Replies
    4
    Views
    1,288

    Interesting. this is my original code: ...

    Interesting.

    this is my original code:

    #include <iostream.h>
    #include <string.h>


    int main()
    {
  18. Replies
    4
    Views
    1,288

    String and char* problems

    Ok, first off I'de like to say hello, I am a newcomer to this list and I am in the process of learning C++, I know that people posting blatant questions without researching thier problems are not...
Results 1 to 18 of 18