CIS 22

Spring 2004

[CIS 22 Central] [Documents]  [Links]

Announcements

Final Exam: Monday, May 24, 1-3pm. 222 Whitehead.

May 14 Here is a review sheet for the final; and here are just a couple more review problems.

There is a HW8 posted on the Assignments page; this is an extra credit assignment, due (is you wish to do it) at the final.
 

May 10 Homework 7 is assigned.
 
Apr 26 Homework 6 is assigned.
 
Apr 19 Here is a review sheet for the exam.
 
Apr 14 The exam scheduled for 4/19 has been postponed one week to Monday, 4/26. Review material, etc., will be posted soon.
 
Mar 6 Here is a review sheet for the first midterm.
 
Feb 24 If your compiler is making strange complaints about cout or other i/o-relaed values, try this:
  • be sure to say #include <iostream> (without the .h)
  • near the top of the file (before the function definitions begin) add a line that says

    using namespace std;

Feb 4 A brief note on multi-file/separate compilation (a companion to today's lecture).
 
Jan 29 Welcome to CIS 22. Check the material on the Documents page.