[Legacy Content] This page contains very old information, which might not be valid anymore, they are only kept here for legacy purposes.
if you have any inquiries, feel free to contact me! Click here

Creating a Project in Visual Studio

Created: Friday, 27 September 2013 Written by Ehab Eldeeb

After installing and activating visual studio,
Click "New Project" on the left, and follow the steps shown in the images below

Win32 Console Application (Make sure it's on C++ tab)

Click Next

"Empty Project" and "Console Application"

On the right hand, Right click on "Source files" -> Add -> New Item

Type the name of the file (anything) .. and click on ".cpp file"

Now start your work :-)