Tuesday 19 January 2016

// // Leave a Comment

MAKE A NEW PROJECT ON VISUAL STUDIO 2013

How To Make A New C++ Project In Visual Studio

YOU CAN ALSO GET HELP FROM THIS VIDEO

  1. First of all open the visual studio and click on new project
  2. Click on visual C++ and select empty project, after this change the name of project and click on OK
  3. Click right click on source files and Add new items 
  4. After this click on visual C++ ,select C++ file and then click on add.
  5. Then write a C++ code on this section.After complete C++ code,for compilation of C++ code click on Local Window Debugger.
     Its done.

0 comments:

Post a Comment