Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Random numbers (c++)

Name: Anonymous 2010-11-06 18:51

I need help

Name: Anonymous 2010-11-06 21:00

#include <cstdlib>
#include <iostream>

int main()
{
    int iLadyBoys[100];

    for (int i = 0; i < 100; i++)
    {
        iLadyBoys[i] = rand();
        cout << iLadyBoys[i];
    }

    return 0;
}

/* amidonitrite? */

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List