File: abstract.yo

package info (click to toggle)
c%2B%2B-annotations 8.2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,804 kB
  • ctags: 2,845
  • sloc: cpp: 15,418; makefile: 2,473; ansic: 165; perl: 90; sh: 29
file content (39 lines) | stat: -rw-r--r-- 1,716 bytes parent folder | download
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
abstract(
    This document is intended for knowledgeable users of bf(C) (or any other
language using a bf(C)-like grammar, like 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 postscript, i(pdf) and other formats in
    hi(http://sourceforge.net/projects/cppannotations/)
        center(
    tlurl(http://sourceforge.net/projects/cppannotations/),
        )
    in files having names starting with tt(cplusplus) (A4 paper size). Files
having names starting with `cplusplusus' are intended for the US em(legal)
paper size.

    The latest version of the bf(C++) Annotations in html-format can be
browsed at:
        center(
    tlurl(http://cppannotations.sourceforge.net/)nl()
    and/or at+nl()
    tlurl(http://www.icce.rug.nl/documents/)
        )

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)
    )