next up previous contents
Next: Benchmarks Up: Motivation: What Is Str Previous: Motivation: What Is Str   Contents

About this Documentation

The goal of this documentation to guide you through the usage philosophy of Str. The guide will show, using examples, how to solve common programming tasks using the Str class. The "reference manuals" to the Str class are the header and .cpp files themselves.

It is my hope that, in time, you will grow comfortable with the code and eventually tune it to your project's exact needs. In my view, the deterministic nature and high level of control that C/C++ offer are major reasons that these languages would be suited for a particular project over a competing language. The Str class is designed to support these types of projects without adding a lot of complexity and ambiguity to the plates of the programmers involved.



2007-05-05