Arrays
Example Arrays using static and dynamic storage,
using variables and constants as subscripts.
|
Binary File Input/Output
Using binary data files in C++. Using the C++ (not C) library to
create and access binary files.
|
Character Input
Dealing with formatted and unformatted character input.
|
Containers
Data Containers lists, stacks and vectors implemented
using STL and custom functionality.
|
Streams
Input, Output, Files.
|
Templates
Templates.
Functions and classes.
|
Utility Functions
Various useful functions.
Lexical comparison function,
general comparison function.
|
Miscellaneous
Other helpful stuff.
An Ascii character set.
A timer implemented as a function object.
|
Code Format
Code is presented in the following easy to copy format.
|