I have a program that provides different responses each time it is ran. I created it via an empty project and the output is simple cout statements to the DOS window. Is there a way to convert a C++ program I created into an Windows application that displays output and has a retry button?
I'm not looking for someone to do my homework. I want to know where I go to find out how to covert the working code I already have.
Any pointers would be greatly appreciated.