Download List

Project Description

Str is a C++ string class that is easy-to-use and
efficient. Performance of common operation is
usually in the area of 100% faster than the
standard C++ string class. The Str class has
minimal outside dependencies, is implemented as a
single source file, and is designed to be
user-customized. It also makes it simple to
allocate fast Stack-based strings with automatic
overflow protection. (When the stack buffer is
exhausted, buffer memory is automatically
reallocated on the heap. Memory cleanup is
automatic.)

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-07-05 08:13 Back to release list
R104

const was added in a few places.
"default_bit_mask" was removed from static class
space. It was showing up in debugger windows and
was annoying to look-around. The same data is now
initialized inside the function that needs it.
Tags: Code cleanup

Project Resources