File List

Here is a list of all files with brief descriptions:
Array.h [code]Provides a data structure for arbitrary arrays
Array2D.h [code]File exists for backward compatibility only
ArrayIo.h [code]This file offers two methods for reading in the content of arrays from an input stream and for writing this content to an output stream
ArrayOp.h [code]Offers some operations for arrays of the template class Array
ArraySort.h [code]Iterative implementation of the quicksort algorithm for one-dimensional arrays with support of index arrays
ArrayTable.h [code]Contains a class for defining arrays, comparable to Array, but more efficient by using additional pointers as in class Array2D, but not only for 2-dimensional arrays, but also for 3-dimensional arrays
Documentation [code]
ReadArray.cpp [code]Contains functions for reading the content of an array from a given input stream