Creating a Project

Before you can begin writing in code, you must create a new workspace and project. To do so, go to the File menu and select New. You should be presented with a dialog window that looks like this:

New Dialog Window

Now you will be presented with the project creation wizard “Win32 Console Application” dialog window:

Win32 Console Application


You should now see a screen that looks similar to this:

Hello Project

Now you are ready to start writing code.