Copy a string: Difference between revisions

m
→‎[[C plus plus|C++]]: std::string is part of the C++ standard library, but not of STL (although it's somewhat STL-compatible)
(-> Tcl)
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";
973

edits