Copy a string: Difference between revisions

Content deleted Content added
-> Tcl
Ce (talk | contribs)
m →‎[[C plus plus|C++]]: std::string is part of the C++ standard library, but not of STL (although it's somewhat STL-compatible)
Line 58:
==[[C plus plus|C++]]==
[[Category:C plus plus]]
'''Libraries:''' [[STL]]C++ Standard Library
// STL
std::string src = "Hello";