User profile: CometBox

User info
User name:CometBox
Name:Stef
Location:Australia
History
Joined:
Number of posts:4
Latest posts:

Array of random numbers
Okay, here's the current version. [code] #include <iostream> #include <cstdlib> using namespace s...

Array of random numbers
I changed the code so it now looks like this : [code] if ( i > 0 && i < 5 ) { cout <<"Your Cards ...

Array of random numbers
Hi, I seem to be having a problem with my code and I’m unsure of how to fix it. The first time the...

Printing unspecified set of numbers
Hi, I was wondering, how are we able to print out a random number (after using srand() and rand(...