Download List

项目描述

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 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中添加了几个地方。“default_bit_mask”是从静态类空间删除。这是显示在调试器窗口,并讨厌看周围。同样的数据现在初始化函数内部需要它。
标签: Code cleanup
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.

Project Resources