VyTools
VyTools is a
C and
C++ library which
makes often used tasks easier.
The
C library contains some fixed-size basic types,
often used structures, basic string and stream handling
and a resizable buffer.
The
C++ library defines the namespace
vyt.
It contains the same basic types with
C++-style naming,
some utility functions, basic types for non-create,
non-assign, referent-counted or copy-on-write classes,
exception, a basic stream and a char- and wide string.
It also includes the C library declarations and functions
in the
vytc namespace.
For fast use, go directly to
Downloads.
To build manually, read
Install
This library goes with a free
LICENSE.