Microsoft Visual Studio Express
Microsoft Visual Studio Express
Here, on the left-hand side, select Templates -> Visual C++, the on the central part, select
Win32 Console Application:
On the bottom, you have the option to give a name to the project and select a location where the
files will be stored. The default options are fine, but you can also change them to better fit your
needs.
Now click [OK]
Click [Next].
Leave "Console application" selected, and in Additional options select Empty project. Other options are
not needed, but won't bother either.
Now we have an empty project. We need to add a file to it. For that:
On the Solution Explorer at right, look for Source Files under your application. Right-click -> Add -> New
Item...
You can give it any name you want with a .cpp extensions, such as example.cpp. After clicking OK, the
main window will display en editor to edit this new C++ file. Write the following in it: