Portable C++ library for development of reliable and extensible software systems.
Categories
FrameworksLicense
MIT LicenseFollow Grom
Other Useful Business Software
Earn up to 16% annual interest with Nexo.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Rate This Project
Login To Rate This Project
User Reviews
-
What: Utilities library for C/C++. Custom implementation of arrays(growable), events, simple xml handling. Utilities for strings. // Pro: constant "rhythm" of code, code is test-covered, work straight on in MSVS. // Contra: no documentation, PropertyTree is flawed and build inadequate object model; partially Unicode ready(i'm aware that most WINAPI is still not-UTF8 ready, but UTF8 for Linux/OSX is a must). Sys::Object have no type-paramethers. // Probably is handy for educational purposes. May solve a plenty of everyday nuisances of C++/C dev, thou certainly need extension.