Your First Program:Introduction to Visual C++ and a simple "Hello World" type console application. This tutorial will focus on the basic structure of a C++ program as well as an intro to the iostream library.
Introduction to Variables: This tutorial will introduce you to the concept of variables. You will use the iostream library to capture keyboard input and display information on the screen.