Portable C++ library for development of reliable and extensible software systems.
Categories
FrameworksLicense
MIT LicenseFollow Grom
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.