[RESOLVED] Console to forms
Good morning everybody,
I have been struggling searching on the internet for a few days now, I have been learning c++ and am getting quite proficient creating console applications, however i am struggling to find a basic tutorial to create a forms application that will just basically show output in a textbox from what my console application would have done anyway
For example:
Printf("loading...");
// do something
Printf("loaded\n");
All contained in a form with a close button say
If anyone knows a good place for me to start it would be very much appreciated