Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If this is C++ and you are using std::string, then you can stupidly sum the strings through += .
If, according to the condition of the assignment, you need to do everything by hand, then you need to allocate memory so that everything fits, and then you can use strcat_s , memcpy , or even copy character by character.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question