Portable C++ library for development of reliable and extensible software systems.
Categories
FrameworksLicense
MIT LicenseFollow Grom
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.