|
A Console Application is Win32 based, This was so for VC++ 6
already but there you could still choose between "Win32 Console
Application" and "Win32 Application". In VC++ .NET you choose
"Win32 Project" then in the wizard select "Application Settings"
and select "Console Application" as "Application Type".
|