Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C++ (https://www.askmehelpdesk.com/forumdisplay.php?f=439)
-   -   How do you wrie a program using that attatches the random numbers together (https://www.askmehelpdesk.com/showthread.php?t=77286)

  • Mar 29, 2007, 04:31 PM
    nasde
    How do you wrie a program using that attatches the random numbers together
    #include
    #include
    #include
    using namespace std;

    int main()
    { int I;
    srand( (int) time(NULL));
    i = rand()%4;
    int num[5] =

    cout
  • Mar 29, 2007, 05:03 PM
    asterisk_man
    your code and question is clearly incomplete. Try enclosing your code in a "code block". Put
    HTML Code:

    [code]
    your code
    [/code]

    you want to write a program using what?
    it attaches random numbers together in what way?

    we can certainly help with this question if you can define it more clearly.

  • All times are GMT -7. The time now is 02:02 AM.