07-25-2007, 05:26 PM
For example
Use functions srand and rand to get random numbers. They are documented in the MSDN library on the internet. Divide to get a number between 0 and 9. Store these strings to array. Get strings from the array using these numbers.
Use functions srand and rand to get random numbers. They are documented in the MSDN library on the internet. Divide to get a number between 0 and 9. Store these strings to array. Get strings from the array using these numbers.
