C++ libraries.
Unit Testing
libutest is a C++ library to facilitate Unit testing.
Critical Sections
libcritsec is a C++ library that implements Critical Sections.
STL related
- std::rvector - An STL derivative that implements dynamic vectors.
- harray - An templated array implementation (derives from std::rvector).
- hstack - A templated stack implementation (derives from std::stack).



