Simple example to see how to use Visual Studio 2010 console Project
4/1/2014·1 min read
This's a simple example to build a windows enviroment's console apps by using Microsoft's Visual Studio 2010 IDE. So, following is the easy way to write a "hello world" at the code, and when run the exe file, it'll display the word to the apps.
By coding following, you need to download trial version or purchase visual studio from Microsoft. see microsoft
On Visual Studio 2010, select Console Project
Wrice code
This example write simple word "Hello world" at this console's first execute point. So, when run the apps, it will display the word to the console window.
Run Console Apps
You could build your Console Apps. Then, run exe file.
Verify your code is there.