Search:

Type: Posts; User: ignotus

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,289

    thanx for the replies. I did load them into a...

    thanx for the replies.
    I did load them into a array and then randomized them.

    worked wonders :)
  2. Replies
    7
    Views
    1,289

    I got X number of different variables...all...

    I got X number of different variables...all decleared with Char.

    what I want is to "cout << variablex"

    so each time the program starts it will send 1 random of the variables to the screen, then...
  3. Replies
    7
    Views
    1,289

    rand() existing variables?

    is it not possible to randomize already existing variables?

    char a="hi";
    char b="I am";
    char c="new to this";

    ?
  4. getting numbers from a txt file and performing calculations?

    k so I got a txt file with a table that looks like:

    header1 header2 header3 header4 header5 header6 header7
    num1 num2 num3 num4 num5 num6 num7
    -
    -
    num35 num36...
Results 1 to 4 of 4