Advertisement
Felanpro

visual studio help comments when starting out

Mar 12th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. PROGRAM------
  2. // first_visual_studio_project.cpp : This file contains the 'main' function. Program execution begins and ends there.
  3.  
  4. END----------
  5. // Run program: Ctrl + F5 or Debug > Start Without Debugging menu
  6. // Debug program: F5 or Debug > Start Debugging menu
  7.  
  8. // Tips for Getting Started:
  9. // 1. Use the Solution Explorer window to add/manage files
  10. // 2. Use the Team Explorer window to connect to source control
  11. // 3. Use the Output window to see build output and other messages
  12. // 4. Use the Error List window to view errors
  13. // 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
  14. // 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement