CS18 Course Materials
CS18 Course Materials
General
- Syllabus
- Final examination is Friday, May 17, 8:00-10:30.
- AMENDED
Class schedule, Apr. 10--May 17.
- Getting Started with the Turbo C++ 3.0
Debugger
- The checking account class inheritance example.
main.cc,
checking.h,
checking.cc,
joint.h,
joint.cc.
- The mergesort program:
mergesort.cc.
- The signal handler example program:
sigint.cc.
- How to open a file whose name isn't known until runtime:
fileopen.cc.
- Dynamic memory allocation example: A dynamic int array.
main.cc,
array.cc,
array.h.
- List class for the Polynomial class.
list.h,
list.cc,
listtest.cc.
list.h and list.cc updated on May
6.
- Skeleton for the Polynomial class.
polynomial.h,
polynomial.cc.
polynomial.cc updated on May 8.
- A test program for the Polynomial class.
polytest.cc.
Output from the test program.
polytest.output.
Polynomial multiplication pseudocode.
Homework Sets
Exams
Lecture Outlines
Quiz Solutions
Worksheets
Last updated May 26, 2021.
Send mail to kelliher AT DOMAIN keystone.westminster.edu
Tom Kelliher