Hi,
How do I copy multiple multi-word strings from a linked-list to a dynamiclly sized string array.(using <string> not <cstring>)
I allready have a linked-list with strings in it, I need to create an array of strings of the exact size needed (dynamically allocated using new), copy the strings to the array from the linked-list.
thank you
How do I copy multiple multi-word strings from a linked-list to a dynamiclly sized string array.(using <string> not <cstring>)
I allready have a linked-list with strings in it, I need to create an array of strings of the exact size needed (dynamically allocated using new), copy the strings to the array from the linked-list.
thank you