Table of Contents

Introduction

Visual Studio C++ is a program for Windows users that is helpful when developing C++ programs. While there are several features attached to Visual Studio C++, we will let you discover most of them on your own. This short tutorial will help you with the basics required to pass off labs and develop your own code.

Installation

You do not need to install Visual Studio C++ on any lab computers as it is already installed.

To install Visual Studio on your own computer by following the instructions found on the Microsoft website.

Creating a Project

The Following window should appear. If this window doesn't appear, go to “View” then click on the “Start Page” icon.

The following window should appear:

Running Your Project