CS151 -- Administration

Project 2 -- Now posted on the web page.

Mailing List

CS151 -- Shawn Stoffer


 
 
 
 

CS151 -- Administration

Midterm -- Reminder July 2

Syllabus -- updated again!

We are covering Chapter 4 this week!!
CS151 -- Shawn Stoffer


 
 
 
 
 
 
 

Class Assignment 2:

log into your CIRT account, change to your cs151 directory,
type: script assignment2.txt

  1. make a directory called yourname
  2. change to that directory
  3. edit a file called test.C
  4. write a C file to output your name on a newline
  5. save the file, and exit the editor
  6. compile the file
  7. run the file
  8. rename the file to yourname.C
  9. copy the file to test1.C
  10. type exit
  11. logout


CS151 -- Shawn Stoffer



 
 
 
 
 
 

Chapter 4

More on functions:

Void return type


CS151 -- Shawn Stoffer



 
 

More on functions:

Void return type


CS151 -- Shawn Stoffer



 
 
 
 

More on functions:

Void return type


CS151 -- Shawn Stoffer



 
 
 
 
 
 
 

More on functions:

Reference Parameters


CS151 -- Shawn Stoffer



 

Constructors

 Constructors Lecture


CS151 -- Shawn Stoffer