Portable C++ library for development of reliable and extensible software systems.
Categories
FrameworksLicense
MIT LicenseFollow Grom
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.