CIS170C All Assignments CIS170C All Assignments | Page 2

Welcome to Programming with C++. The purpose of this three-part lab is to walk you through the following tutorial to become familiar with the actions of compiling and executing a C++ program. In general, this lab will instruct you on: 1. how to create a project; 2. how to enter and save a program; 3. how to compile and run a program; 4. how to, given a simple problem using input and output, code and test a program that meets the specifications; and 5. how to debug a simple program of any syntax and logic errors. Lab: Part A: Getting Started Step 1: Start the Application 1. From the File menu, choose "New Project." 2. Choose “Win32 Console Application.” 3. Enter a name in the name field. 4. Click “OK” 5. Click “Next” and choose the following options: 6. Application Type: "Console Application"