December 2016
Beginner
800 pages
21h 23m
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 ...
Read now
Unlock full access