cppannotations/yo/intro.yo
fbbrokken 6881bc3814 The trunk directory contains the latest version (6.4.0c) of the C++
Annotations. 

The branches and tags directory are empty, since I couldn't
svnadmin import a repostitory dump. Many earlier versions exist, though, and
if you want the full archive, just let me know and I'll send you the svnadmin
dump of my full C++ Annotations archive.

Frank B. Brokken <f.b.brokken@rug.nl>



git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@3 f6dd340e-d3f9-0310-b409-bdd246841980
2006-09-04 08:26:34 +00:00

94 lines
2.5 KiB
Text

INCLUDEFILE(mailus)
includefile(intro/intro)
lsect(WHATSNEW)(What's new in the C++ Annotations)
includefile(history)
COMMENT(
IFDEF(html)(
lsect(FREELECTURES)(Free Lectures in C++)
includefile(freelectures)
)()
)
sect(C++'s history)
includefile(intro/history)
subsect(History of the C++ Annotations)
includefile(intro/annohistory)
lsubsect(CppComp)(Compiling a C program using a C++ compiler)
includefile(intro/cascpp)
lsubsect(COMPILATION)(Compiling a C++ program)
includefile(intro/compiling)
subsubsect(C++ under MS-Windows)
includefile(intro/mswindows)
subsubsect(Compiling a C++ source text)
includefile(intro/compilesources)
lsect(Pretensions)(C++: advantages and claims)
includefile(intro/advantage)
lsect(OOP)(What is Object-Oriented Programming?)
includefile(intro/object)
sect(Differences between C and C++)
includefile(intro/differences)
lsubsect(INTRONAME)(Namespaces)
includefile(intro/namespaces)
subsect(End-of-line comment)
includefile(intro/eoln)
subsect(NULL-pointers vs. 0-pointers)
includefile(intro/null)
subsect(Strict type checking)
includefile(intro/type)
lsubsect(CPPCASTS)(A new syntax for casts)
includefile(intro/cast)
subsubsect(The `static_cast'-operator)
includefile(intro/staticcast)
subsubsect(The `const_cast'-operator)
includefile(intro/constcast)
subsubsect(The `reinterpret_cast'-operator)
includefile(intro/reinterpretcast)
subsubsect(The `dynamic_cast'-operator)
includefile(intro/dynamiccast)
subsect(The `void' parameter list)
includefile(intro/void)
subsect(The `#define __cplusplus')
includefile(intro/cplus)
subsect(Using standard C functions)
includefile(intro/cfunc)
lsubsect(CHeaders)(Header files for both C and C++)
includefile(intro/header)
lsubsect(LOCALVARS)(Defining local variables)
includefile(intro/local)
lsubsect(FunctionOverloading)(Function Overloading)
includefile(intro/overload)
subsect(Default function arguments)
includefile(intro/default)
subsect(The keyword `typedef')
includefile(intro/typedef)
lsubsect(FunctionInStruct)(Functions as part of a struct)
includefile(intro/struct)