Content deleted Content added
rv v |
No edit summary |
||
Line 5:
In the [[C++]] [[programming language]], C strings are used in addition to another representation of character sequences, the <code>std::string</code> container found in the [[Standard Template Library]] (STL). Thus, it is important to differentiate between the traditional "C strings" and the more sophisticated "string" objects provided by the STL.
The null-termination characteristic has historically created [[computer insecurity|security problems]] related to the length of the string. If the null character is not
== Trivia ==
|