C++ Annotations

Version 3.4.14

Frank B. Brokken and Karel Kubat
(frank@icce.rug.nl, karel@icce.rug.nl)
ICCE, State University of Groningen
Westerhaven 16, 9718 AW Groningen
Netherlands
Published at the State University of Groningen
ISBN 90 367 0470 7

1994, 1995


This document is intended for knowledgable users of C who would like to make the transition to C++. It is a guide for `our' programming courses, which are given yearly at the State University of Groningen. As such, this document is not a complete C/C++ handbook, but rather serves as an addition to other documentation sources.

1. Introduction to C++

2. A first impression of C++

3. Classes

4. Classes and memory allocation

5. Static data and functions

6. Inheritance

7. Polymorphism, late binding and virtuality

8. Concrete examples of C++

9. Templates