+ 1
Program for Random numbers
A program that can create Random numbers between 0 to 9 and save that into a text file and loop turns how many times it will create to make 100 MB file from Random numbers
3 Answers
+ 4
int iRand = 1 + rand() % 9;
after, you know loops so you can create alone :)
+ 3
you're welcome ^^
sorry, but c++ isnt my langage so I can't help you more ...
+ 2
Thanks @ NOXfly and Jayden...but saving that Random numbers into a file is the most important part that's the part I don't know can you help me with that??đ§đ§