What differences are there between Windows and Console applications ?
When creating a new project in Visual C++ , it asks to choose either of the above .
Console application runs from a windows command line (start / run / cmd)
A Window application is preset so you can program a GUI application that runs within the Windows environment.