String and Vector ================= A brief introduction to ``string`` and ``vector``. Although vector gets more attention later in the book, these 2 types are the workhorses of a great deal of real-world C++ code and it's important that you understand how to use them as early as possible. .. toctree:: :maxdepth: 2 intro.rst byte_string.rst string.rst string-analysis.rst vector.rst vector-analysis.rst