Wednesday, August 31, 2016

Steps to new Visual Studio Project

  1. Open Visual Studio
  2. Open a New Project 
  3. Open an Empty Project
  4. Name it anything you Want
  5. Go to source file and right click
  6. Add New Item
  7. click C++ File
  8. Name it (I usually name it Main)
  9. Put in your Code
  10. Go to the File Name and right Click
  11. Go to Properties
  12. Go to Linker click the triangle
  13. Go to system and go to sub system
  14. Click Console 

No comments:

Post a Comment