CS 215 - Data Structures and Algorithms

MWF 11, KC-131

Announcements

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

Saturday, February 1, Re: Case insensitive face card values?
Steven Fodstad asked:
The spec says that the values of T, J, Q, K, and A should represent the values of the face cards, but the carddriver program's sample test data checks for lower case t. Should it be case insensitive or should the letters be changed to their lower case equivalents? In either case, an addendum to the spec is in order. The other possibility is a change to the carddriver test data. (to check for upper case T instead of lower case t)

Good question. Case insensitive input is allowed, converted to uppercase representation when encountered.

Friday, January 31, Re: Correction to carddriver.cpp for Project 1
There was a small error in the carddriver.cpp file. I forgot to put

   using namespace std;
in after the includes. You can do this yourself, or copy over the (corrected) file again.

Links

This is a list of links to resources that may be useful in this course.

Handouts

This is a list of documents posted for this class in reverse chronological order. Some will be available in hard copy as well.



Back to Dr. Hwang's Home Page
Last modified April 24, 2003