CS 302 - Fall 1997 - Sections 16 & 17
Algebraic Language Programming - C++
Instructor: Dave
Zimmermann
Email: dzimm@cs.wisc.edu
Office: CS 1306
Office Phone: 262-6601
Office Hours: 1:00-2:00 M, 12:30-1:30 T, 12:00-1:00 W
Classroom: 119 Noland
Section 16 Meeting Time: 9:55-10:45 MWF
Section 17 Meeting Time: 11:00-11:50 MWF
Textbook: C++ Program Design (by James P. Cohoon and Jack W.
Davidson)
ANNOUNCEMENTS
- Program 8 is up and ready. The first part is due Friday,
December 5 and the second part is due Friday, December 12.
- The executable is ready and is now in the public directory (the
same place as the lectures, under the directory battleship). Use it
to see how the game goes, although there may be a few minor bugs
that I don't know about (it seems to work under normal
circumstances). It also uses a rectangle as opposed to square
board, but you can still use a square for your assignment.
- I recommend that you use a simple statically allocated
character array for the player names. 15 characters should be
enough and you can assume there will be no spaces (just read it in
with the extraction operator).
- The final exam is on Thursday, December 18 at 10:05 AM. It is
in 1101 Humanities. I will try to provide some sample questions to
study from when the exam is written.
- There will be one more quiz this semester, probably during the
last week of classes, and will be on pointers (all the stuff from
the last section of the notes).
General Course Information
-
Class Handouts
-
Policy Information
-
Grades
-
Textbook
-
Last modified: Fri Aug 29 13:54:52.542 1997 by Dave Zimmermann
(dzimm@cs.wisc.edu)