...
Wiki Markup |
---|
\[[Seacord 05|AA. C++ References#Seacord 05]\] Chapter 2 Strings \[[ISO/IEC 14882-2003|AA. C++ References#ISO/IEC 14882-2003]\] Section 21.3.4 basic_string element access |
...
STR41STR38-CPP. Use valid references, pointers, and iterators to reference string objects 07. Characters and Strings (STR) STR43-CPP. Do not access the return value of c_str() after the original string goes out of scope