Abstract
This documentis intended for knowledgeable users of
C
(or any other language using a
C
-like gram-mar, like
Perl
or
Java
) who would like to know more about, or make the transition to,
C++
. Thisdocument is the main textbook for Frank’s
C++
programming courses, which are yearly organizedat the University of Groningen. The
C++
Annotations do not cover all aspects of
C++
, though. Inparticular,
C++
’s basic grammar, which is, for all practical purposes, equal to
C
’s grammar, is notcovered. For this part of the
C++
language, the reader should consult other texts, like a book cover-ing the
C
programming language.If you want a
hard-copy version of the C++ Annotations
: printable versions are available inpostscript, pdf and other formats in
ftp://ftp.rug.nl/contrib/frank/documents/annotations
,in files having names starting with
cplusplus
(A4 paper size). Files having names starting with‘cplusplusus’ are intended for the US
legal
paper size.The latest version of the
C++
Annotations in html-format can be browsed at:
http://www.icce.rug.nl/documents/
Leave a Comment