The Better String Library (original) (raw)

Support This Project

documentation Documentation
security Security Statement
porting Porting Guide
faq Frequently Asked Questions
compare Comparisons
license Usage Licenses
forum Discussion
email Contact

Introduction

The Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type, or C++'s std::string. Among the features achieved are:

The library includes a robust C++ wrapper that uses overloaded operators, rich constructors, exceptions, stream I/O and STL to make the CBString struct a natural and powerful string abstraction with more functionality and higher performance than std::string.

Bstrlib is stable, well tested and suitable for any software production environment.