1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
abstract(
This document is intended for knowledgeable users of bf(C) (or any other
language using a bf(C)-like grammar, like bf(Python), bf(Perl) or bf(Java))
who would like to know more about, or make the transition to, bf(C++). This
document is the main textbook for Frank's bf(C++) programming courses, which
are yearly organized at the University of Groningen. The bf(C++) Annotations
do not cover all aspects of bf(C++), though. In particular, bf(C++)'s basic
grammar is not covered when equal to bf(C)'s grammar. Any basic book on bf(C)
may be consulted to refresh that part of bf(C++)'s grammar.
If you want a bf(hard-copy version of the C++ Annotations): printable versions
are available in zip-archives containing files in postscript, pdf and other
formats at
hi(https://gitlab.com/fbb-git/cppannotations-zip)
center(
tlurl(https://gitlab.com/fbb-git/cppannotations-zip)
)
Pages of files having names starting with tt(cplusplus) are in A4 paper
size, pages of files having names starting with tt(cplusplusus) are in the US
em(legal) paper size. The annotations() are also available as a Kindle book.
The latest version of the bf(C++) Annotations in html-format can be
browsed at:
center(
tlurl(https://fbb-git.gitlab.io/cppannotations/)
COMMENT(
nl()
and/or at+nl()
tlurl(http://www.icce.rug.nl/documents/)
)
)
COMMENT(
htmlcommand(<a target="_top"
href=http://openstudy.com/study-groups/C%2B%2B+Annotations+-+Frank+B.+Brokken>
Join A Study Group</a>)
END)
INCLUDEFILE(mailus)
COMMENT(
If you want to send in corrections or suggestions, you may want to browse
through the suggestions I already received to prevent you from sending in
corrections or suggestions I already received. All suggestions and corrections
I received since the last version was released can be read at:
center(
tlurl(http://www.icce.rug.nl/documents/mail)
)
IFDEF(latex)(latexcommand(\cleardoublepage))()
END COMMENT)
)
|