CS 210 - Introduction to Computer Science

TT 2-4, KC-267

Announcements

These are announcements made in class or via email currently in effect for this course.

April 15 - email
Re: Error in viddata files

It has been brought to my attention that there is an error in the viddata test files that were posted to the website last Thursday. The number of cast members for the video Shrek was incorrectly given in both files as 2 when there are three names following. Obviously, the number should be 3. I've corrected the files on the website, but those who have already downloaded the files can just make the corrections with the VC++ editor. Sorry for any confusion this may have caused.

March 28 - announcement
Re: April 9 class canceled

Due to the Inauguration Ceremony for Dr. Jennings, class for April 9 has been canceled. The reading assignment for that day is moved to April 11, and the April 11 reading assignment has been dropped.

February 13 - email
Re: Justifying output

It appears that the VC++ iostream library is not quite conformant with respect to the justification flags ios::left and ios::right. When you set one, e.g.,

cout.setf(ios::left);

it is suppose to unset the other one automatically. Unfortunately, this does not always seem to be the case, so if you want to alternate left and right justification (as in Project 1), you will have to explicitly unset the other flag each time. Unsetting is similar to setting, e.g.,

cout.unsetf(ios::right);

to unset the right justification flag.

February 6 - email
Re: Engineer's Week Banquet

You are cordially invited to attend the 5th Annual National Engineer's Week Banquet on February 19 at 6:00-8:00pm in the Great Hall of McCurdy Memorial Union. The cost for University of Evansville students is $7.00. Dress is semi-formal, meaning no jeans or t-shirts. Reservations and payment must be made with the Dean's secretary, Tina Newman (KC-250), by 11am, Thursday, February 14. To encourage your attendance at this event, I am offering 20 extra credit homework points to each CS 210 student who attends the banquet.

January 29
Re: Exam 1 room

Exam 1 will be held in KC-133 (lecture hall on the first floor) so that everyone will have adequate desk space.

January 15
Re: Tutoring

Tutoring at the EXCEL Center is available for this course. You must fill out a request form at Academic Advising in the Registrar's Office. Tutoring is available Sunday, Monday, and Wednesday evenings 7-9pm.

Handouts

This is a list of documents created for this class in reverse chronological order. Most are available only on the Web. Some were also handed out in class. A few are hard copies only.



Back to Dr. Hwang's Home Page
Last modified April 18, 2002