May 2012
Intermediate to advanced
768 pages
14h 39m
English
The standard template library (STL) supplies the programmer with a container class that aids in string operations and manipulations. The string class not only dynamically resizes itself to cater to the application’s requirement but also supplies useful helper functions or methods that help manipulate the string and work using it. Thus, it helps programmers make use of standard, portable, and tested functionality in their applications and focus time on developing features that are critical to it.
In this lesson, you learn
• Why string manipulation classes are necessary
• How to work with the STL string class
• How STL helps you concatenate, append, find and perform other string operations with ease
• How to use ...
Read now
Unlock full access