Pre-class Assignment

Please read through and complete the participation exercises under the C++ for lab 1 (and more) section of the zyBook. You can skip “Try 3.3.1 that requires you to download RIMS for windows. Also finish up lab 0 if you haven’t completed it.

Announcements

Learning Objectives and Outcomes

In this lecture you will:

By the end of this lecture you should be able to:

Lecture Content

In Class Exercises

Write a function that adds two integers and stores the result in an int passed to the function as a pointer: void addTwoNumbers(int num1, int num2, int * result);