~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty-proposed

« back to all changes in this revision

Viewing changes to yo/intro/intro.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
topics of the bf(C) programming language end, such as pointers, basic flow
14
14
control and the construction of functions.
15
15
 
 
16
Some elements of the language, like specific lexical tokens (such as
 
17
emi(trigraphs) (such as tt(??<) for tt({), and using tt(??>) for tt(}))), and
 
18
emi(bigraphs) (such as tt(<:) for tt([), and tt(>:) for tt(])) are not covered
 
19
by the annotations(), as these tokens occur extremely seldom in bf(C++) source
 
20
code. The reader is referred to the document covering the C++11 standard for
 
21
an overview.
 
22
 
16
23
The version number of the annotations() (currently DOCVERSION) is updated when
17
24
the contents of the document change. The first number is the major number, and
18
25
is probably not going to change for some time: it indicates a major
20
27
document. The last number only indicates small changes; it is increased when,
21
28
e.g., series of typos are corrected.
22
29
 
23
 
This document is published by the Computing Center, University of Groningen,
 
30
This document is published by the Center of Information Technology,
 
31
University of Groningen,
24
32
the Netherlands under the hi(http://www.gnu.org/licenses/)
25
33
 turl(GNU General Public License)(http://www.gnu.org/licenses/).
26
34