Search:

Type: Posts; User: Tokimasa

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,973

    So I was on the right track, with my error...

    So I was on the right track, with my error preventing earlier in the code. I just didn't carry it into the set.
  2. Replies
    4
    Views
    1,973

    Why is the output of this wrong?

    It doesn't output the proper number of pseudorandom numbers. Well, sometimes it does and sometimes it doesn't.

    One example can be seen when you enter 9 at the first prompt and 8 at the second. Or...
  3. Because I need to perform mathematical operations...

    Because I need to perform mathematical operations using user inputs...
  4. Is there any way to prevent a char/int infinite loop?

    The one that always occurs when you enter a character where the program is expecting an integer?

    This is in a command line application using Standard C++ (not visual or anything like that).
  5. Replies
    5
    Views
    1,414

    By valid, I meant the ISO C++ standard. I just...

    By valid, I meant the ISO C++ standard. I just couldn't remember what it was called at the time.
  6. Hmmm. That sounds like exactly what I want.

    Hmmm. That sounds like exactly what I want.
  7. Replies
    5
    Views
    1,414

    C++ Header Files

    Sorry for asking another question, but is there anyplace on this site (or any other site) that has a listing of all of the valid C++ header files and what they allow you to do (ie - what functions...
  8. Actually, I think that preventing the insertation...

    Actually, I think that preventing the insertation of duplicates is the method I want to go with. Although I'm sure most people would use a smaller amount of numbers with a large range, I do want my...
  9. [New C++ Programmer] Dynamic Arrays - Sorting and Duplicates

    Note that I am working on a project for class and I would just like some ideas (NOT CODE) that I can use for deleting duplicates from a dynamic array containing pseudorandom numbers.

    What I'm...
Results 1 to 9 of 9