|
CString str1, str2, str3, str4 each have a string, and I want to save them in a buffer. How do I save them?
After saving, in another function (in the same program), I want to take out the string and assign it to each of the four CString variables. How to assign it?
Thank you so much for your answers! |
|