Copy a string: Difference between revisions

m
Changed libheader to STL
m (Changed libheader to STL)
Line 101:
=== Using only standard facilities ===
 
{{libheader|Standard Template LibrarySTL}}
#include <string>
std::string src = "Hello";
Anonymous user