Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.85 KB

File metadata and controls

58 lines (51 loc) · 1.85 KB
title Creating a Console Application | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic get-started-article
dev_langs
C++
helpviewer_keywords
Win32 applications, console
Win32, console applications
console applications, Win32
ms.assetid aedfb6b3-ca1f-4e8e-8439-1b680810ee47
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Creating a Console Application

The easiest way to create a Win32 console application is to use the Win32 Application Wizard.

To create a Win32 console application

  1. Follow the instructions in the help topic Creating a Project with a Visual C++ Application Wizard.

  2. In the New Project dialog box, select Win32 Console Project in the Templates pane to open the wizard.

  3. Define your application settings using the Win32 Application Wizard.

    [!NOTE] Skip this step to keep the wizard default settings.

  4. Click Finish to close the wizard, and your newly created project opens in Solution Explorer.

See Also

Console Projects
Adding Functionality with Code Wizards
Property Pages
Deploying Applications