Project 2 -- Now posted on the web page.
Mailing List
CS151 -- Administration
Midterm -- Reminder July 2
Syllabus -- updated again!
We are covering Chapter 4 this week!!
Class Assignment 2:
log into your CIRT account, change to your cs151 directory,
type: script assignment2.txt
CS151 -- Shawn Stoffer
Chapter 4
More on functions:
Void return type
- return;
CS151 -- Shawn Stoffer
More on functions:
Void return type
- What is it for?
- Functions that do not return anything
- Procedures
- Multiple returns
CS151 -- Shawn Stoffer
More on functions:
Void return type
- Multiple returns????
- Reference Parameters
CS151 -- Shawn Stoffer
More on functions:
Reference Parameters
- Call-by-value
- Call-by-reference
CS151 -- Shawn Stoffer
Constructors
Constructors Lecture
CS151 -- Shawn Stoffer