C++ Course
About The Course
This very brief two-lecture course was given in December 2003 to students on the Programming & Design course for the IT Degree at Reading University.
Slides
These are the slides used in the course. PDF format, 2 per page.
- C++ Classes (106,121 B)
- C++ Features (461,468 B)
Example Code
These are the source files used for demonstration.
- Classes:
- inherit.cc (982 B)
- inherit.h (569 B)
- virtual.cc (1186 B)
- virtual.h (380 B)
Assignment Materials
These files form the assignment and part of its solution.
- C++ Assignment (25,558 B)
- C++ Assignment Design Example (117,220 B)
- The expected design given out at the end of the second lecture.
