The Std Library
The Std library contains basic classes and
templates that allow you to create arrays, strings, matrices etc.
- StdArray<T>
- A template class to create an array of objects of class T.
- StdMatrix<T>
- A template class to create a matrix of objects of class T.
- StdBitString
- A class that implements a string of bits.
- StdVector
- A class that implements a vector.
- StdRandom
- A collection of functions to generate random numbers.
- StdString
- A class to create and manipulate character strings.