File: c%2B%2B-annotations.yo

package info (click to toggle)
c%2B%2B-annotations 11.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,952 kB
  • sloc: cpp: 20,008; makefile: 1,502; ansic: 165; sh: 121; perl: 90
file content (66 lines) | stat: -rw-r--r-- 2,308 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
NOUSERMACRO(Annotations)

DEFINEMACRO(itb)(1)(it() bf(ARG1):nl())
DEFINEMACRO(itt)(1)(it() tt(ARG1))

includefile(../yo/version.yo)

htmlstyle(body)(color: #27408B; background: #FFFAF0)
whenhtml(mailto(Frank B. Brokken: f.b.brokken@rug.nl))

DELETEMACRO(tt)
DEFINEMACRO(tt)(1)(em(ARG1))

manpage(C++ Annotations)(7)(YEARS)(cpp-annotations.DOCVERSION.tar.gz)
                  (C++ Annotations)

manpagename(C++-Annotations)
            (Extensive tutorial about the C++ programming language)
        
manpagedescription()

The bf(C++) Annotations offer an extensive tutorial about the bf(C++)
programming language. It can be used as a textbook for bf(C/C++) programming
courses. 

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 Netherlands.

The bf(C++) Annotations do not cover all aspects of bf(C++), though. In
particular, bf(C++)'s basic grammar, which is, for all practical purposes,
equal to bf(C)'s grammar, is not covered. For this part of the bf(C++)
language, the reader should consult other texts, like a book covering the
bf(C) programming language.

The package offers the bf(C++) Annotations in the following document formats:
    itemization(
    it() text
    it() Plain ascii text (tt(cplusplus.txt));
    it() LaTeX(), including a tt(.dvi) file (in the subdirectory tt(latex/));
    it() PostScript (in the subdirectory tt(ps/));
    it() Pdf (in the subdirectory tt(pdf/));
    it() html (in the subdirectory tt(html/));
    )

    The postscript, pdf and LaTeX() formats were constructed for two different
paper-sizes: A4 and legal.

    Depending on your installation type, the documents may also appear in
compressed forms (e.g., tt(cplusplus.txt.gz, cplusplus.html.zip)).

manpagefiles()
    All installed files (except for this man-page) are found at
    tt(/usr/share/doc/cpp-annotations)

manpagesection(COPYRIGHT)
    This is free software, distributed under the terms of the
    GNU General Public License (GPL).

manpageauthor()
    Frank B. Brokken (bf(f.b.brokken@rug.nl)).