...
Wiki Markup |
---|
\[[Meyers 01|AA. C++ References#Meyers 01]\] Item 43: Prefer algorithm calls to hand-written loops. \[[ISO/IEC 14882-2003|AA. C++ References#ISO/IEC 14882-2003]\] 21.3 Class template basic_string. |
...
BSC32STR40-CCPP. Do not use the pointer value returned by c_str() after any subsequent call to a non-const member function 07. Characters and Strings (STR) BSC34-C. Range check element access