0
How do I declare a scope for strcpy in C++?
I am not sure what header to use for this error.
6 Respostas
+ 1
<cstring>
+ 1
string str3 = str1 + " " + str2;
0
That still gives me an error. I have added that under the #include<iostream>.
0
That's interesting. I was taught that strcpy is used for c++ too?
0
Ah, I understand how to incorporate strcpy into my C++, code. Thanks for the help tho!