Colour Theme Font Size Options
 
 
 
CS110 Lab 2

Lab#2: Introduction to C++ and Managing C++ files in your IDE

In today's lab everyone will learn more about C++ programming. You will also learn to switch between multiple C++ programs in Visual Studio.

Here is a list showing what we need to accomplish:

C++ IDE

  • Create a second desktop C++ project.
  • Compile and run the sample program.
  • Learn how to declare variables to store numbers, read or store information in the variables, and print the variable's contents
  • Learn some basic C++ arithemetic.
  • Compile two different programs in one project.