Portable C++ library for development of reliable and extensible software systems.
Categories
FrameworksLicense
MIT LicenseFollow Grom
Other Useful Business Software
Ship Agents Faster
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
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.