Next:
Types, objects, variables and
Up:
c++-notes
Previous:
The Unix shell
Contents
Basic C++
A C++ code consists of symbols denoting types, variables and functions linked by logical, arithmetical, conditional and repetitional operations.
Subsections
Types, objects, variables and pointers
Preprocessing directives
Statements
Memory allocation
Bugs
C++ Syntax
Declarations, assignments, tests, arithmetic/logical operations
Loops
Functions
Argument passing
Overloading
Pointers
Warnings
Human-side C++ syntax
Indentation
Comments
Structure of a C++ program
The building process
Compilation and linking
File types
Object files
Debuggers
Packaging and distribution
Leo Liberti 2008-01-12