|
-
January 19th, 2011, 12:48 PM
#6
Re: Which is better CStringArray or CString concatenate with delimiter
A CStringArray would be much easier to use.
It will reserve extra space so that it does not need to continually increase
allocated space and copy the contents from the current memory to the new
allocated memory (CString will do the same). The extra space is not very large.
You can use trhe FreeExtra() member function to remove it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|