Str R105 review
DownloadStr is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python. The Str
|
|
Str is a C++ class that is designed to make strings almost as easy to work with as they are in languages like TCL or Python.
The Str class has minimal outside dependencies, is implemented as a single source file, and is designed to be user-customized.
Str also makes it simple to allocate fast Stack-based strings with automatic overflow protection (when the stack buffer is exausted, buffer memory is automatically reallocated on the heap. Memory cleanup is automatic).
What's New in This Release:
A bug in format() under Win32 was fixed.
If the resulting string was exactly 64 characters in length, extra characters could appear in the data.
Linux was not exposed to this bug and was not affected by this change.
The copyRange() example in documentation was fixed.
Str R105 search tags