Quick jump: Create project | Open an existing project | Add a new file | Add an existing file | Finding your text file output/input | Finding your source files | Building your code
How to install and use Visual Studio:
You can build your code by going to Build and then selecting
Build Solution or Build [project name].
You can also use the keyboard shortcut CTRL+B
to build.
It will take a short amount of time to build and the results will be displayed below in the Output window. If there are any build errors, they will be listed in the Error List pane.