I would like to write a simple program in c++. After the program is done i would like to get my answers in form of a graph or picture that would give some certain information if i click on a certain area. i have only written console apllications in c++ before and don't really have a clue where to start with the graphic part of it all.
Can I write the first part of the program in console mode and some how run it under the WIN32 later? for ex what will happen to the cout<<"foo"; commands?
Is there a simpler approach to do some very basic graphic programming.
EDIT: To summarize my most important question would be can I run a console app inside the WINAPI? (to minimize the use of graphic programming code.)