1-From Start Menu Chose Visual Studio 2019. 2 - From The Window Chose Create A New Project
1-From Start Menu Chose Visual Studio 2019. 2 - From The Window Chose Create A New Project
3- Chose Empty Project, make sure the selected language is c++ then click on Next.
4- Type in a project name.
6- The following window will appear. Click on Desktop then on New folder.
Change the folder name to any appropriate name. click on select folder.
7- After finishing click on Create.
13- Result of building will appear in the Output tab, if there is no syntax errors then the
build will succeed.
14- After build succeeds you can Run your project: Debug start without Debugging.
15- Your output will appear in the black console.