Copy a string: Difference between revisions

Content deleted Content added
→‎[[C plus plus|C++]]: Point to C++ instead of C plus plus
Line 82: Line 82:
And of course, if a C string is needed, you can use standard functions like strcpy.
And of course, if a C string is needed, you can use standard functions like strcpy.


==[[C plus plus|C++]]==
=={{header|C++}}==
[[Category:C plus plus]]
'''Libraries:''' C++ Standard Library
'''Libraries:''' C++ Standard Library
#include <string>
#include <string>