Namespace CStringHelper
Namespace containing C sequence handling functions.
Detailed Description
The C data type implementation is more complicated than the C++ one, because complex types like vectors have to be manually managed and this header contains functions to convert C strings and generic sequences into respectively C++ strings and vectors.