Strings
Strings
std::string is a safe container for char strings of dynamic size.
It automatically coordinates the process of allocating and deallocating memory for the elements as required.
1 | |
1 2 | |
1 | |
1 2 3 | |
1 2 3 4 5 | |
1 2 3 4 | |
1 2 | |
1 2 3 | |
1 2 3 | |
Strings
std::string is a safe container for char strings of dynamic size.
It automatically coordinates the process of allocating and deallocating memory for the elements as required.
1 | |
1 2 | |
1 | |
1 2 3 | |
1 2 3 4 5 | |
1 2 3 4 | |
1 2 | |
1 2 3 | |
1 2 3 | |