File: c%2B%2B-annotations.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 (55 lines) | stat: -rw-r--r-- 2,154 bytes parent folder | download | duplicates (3)
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
DEFINEMACRO(itb)(1)(it() bf(ARG1):nl())
DEFINEMACRO(itt)(1)(it() tt(ARG1))


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

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

manpagename(cpp-annotations)(Frank Brokken's C++ Annotations)

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. A translation of this document (included in this package) is
available in Portugese.

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() 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 files belonging to the bf(C++) Annotations 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)).