C++ / Using Visual Studio 2010 Express

Step: 1 Create new and empty Project

Step: 2 The project will contain some folders as shown below.

Add a new item ( header file ) in the "Header Folder"

Step: 3 Add reference to these files as indicated below.

 

Step: 4 Now add a source file

Step: 5 Now add a reference of the header file and add some codes, in the source file.

Step:6 Run time view (Press F5)

Step: