Quote:
Originally Posted by 357mag
Thanks. I will try it out. Can I ask though about the ReadKey()funtion? What does it do? Does it just read a keypress(any key) and then when the user presses any key the program will terminate? Does it return a true or false value to the program or something? If you could just provide a little explanation so I can understand and add some comments to my program. I'm the kind that wants to understand what every single line is doing.
|
It waits until a key is pressed, and then moves on to the next step. It can also be used for char variables too if i'm not mistaken