Thursday, November 8, 2007

Random Number Program

Most simple programs i have thought about making in C++ need a random number in them.
I googled up random number generator in C++ and it came up with some tutorials and i read the one from daniweb.

With that knowledge i made my own program which displays two random numbers then minuses the smaller one from the bigger one.
If you wish to have a look at it you can download it here.

I hope to learn a bit more about this skill and then use it to create other programs.

No comments: