Search:

Type: Posts; User: EdSquareCat

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    12,358

    Oh, I never knew that! Thanks for the...

    Oh, I never knew that! Thanks for the enlightenment, vart!
  2. Replies
    9
    Views
    2,927

    Also, if I wanted to increase the number to a...

    Also, if I wanted to increase the number to a very high one, how would I get it to display all the numbers, instead of only the last few?
  3. Replies
    9
    Views
    4,544

    I'm in the process of teaching myself C++ as...

    I'm in the process of teaching myself C++ as well. I have a nice Deitel book that's perfect for self teaching. I'm still in the early stages, but what has helped me is to copy down example code and...
  4. Replies
    9
    Views
    2,927

    Oh I get it now! Thanks for not giving up on me...

    Oh I get it now! Thanks for not giving up on me :) Hmm that b * b was a good idea, although I'm not exactly sure why it never skips a number.



    #include <iostream>

    using std::cout;
    using...
  5. Replies
    9
    Views
    2,927

    Oh crap your right, its just odd numbers. I made...

    Oh crap your right, its just odd numbers. I made a typo with true/false. My original output was prime numbers from 503 to 997:


    #include <iostream>

    using std::cout;
    using std::cin;
    using...
  6. Replies
    9
    Views
    2,927

    EDIT: #include using...

    EDIT:



    #include <iostream>

    using std::cout;
    using std::cin;
    using std::endl;
  7. Replies
    9
    Views
    2,927

    Prime Numbers

    Prime Numbers 2 - 1000



    #include <iostream>

    using std::cout;
    using std::cin;
    using std::endl;
  8. Replies
    3
    Views
    2,849

    Thanks, robatino, the problem was that I didn't...

    Thanks, robatino, the problem was that I didn't initialize. Agh that was supposed to say += not = !!! Haha thats why I got all those 1's :)
  9. Replies
    3
    Views
    2,849

    Dice Rolling Problem

    Roll 2 dice 36000 times and tally the results using an array.

    I'm very confused.

    My program:



    #include <iostream>
  10. Replies
    14
    Views
    4,145

    Hmm I created my account sometime earlier this...

    Hmm I created my account sometime earlier this year, I think. That's probably what happened. No biggy i guess.
  11. Replies
    7
    Views
    1,090

    I guess that's why your the Absent minded...

    I guess that's why your the Absent minded programmer :p
  12. Replies
    31
    Views
    7,185

    I'm in highschool. Last day: June 21. That is,...

    I'm in highschool. Last day: June 21. That is, if we don't get any more bomb threats. Sentral nice sig :)
  13. Replies
    14
    Views
    4,145

    Account Deleted

    I tried to log in, and it seems my account doesn't exist any longer. This was proven when i created the same user name over again without a problem. Does it get deleted after a certain amount of...
Results 1 to 13 of 13