Search:

Type: Posts; User: Rick

Search: Search took 0.00 seconds.

  1. Thread: Randomize??????

    by Rick
    Replies
    10
    Views
    1,964

    That just leads back to the same problem in the...

    That just leads back to the same problem in the fifth post. So I might as well assume that there is no way to actually generate random numbers in C++?
  2. Thread: Randomize??????

    by Rick
    Replies
    10
    Views
    1,964

    cout

    cout <<"Enter a value to randomize a value" << endl;
    cin>> seed;
    cin.ignore(80,'\n');
    srand(seed);
    seeded = true;

    don't work in a visual C++ Dialog window or what ever you want ever there...
  3. Replies
    7
    Views
    64,633

    Sticky: cout

    cout <<"Enter a value to randomize a value" << endl;
    cin>> seed;
    cin.ignore(80,'\n');
    srand(seed);
    seeded = true;

    don't work in a visual C++ Dialog window or what ever you want ever there...
Results 1 to 3 of 3