String objects allocationskbw and firedraco, thank you. If I know (I have only some knowledge of boost library, mostly theo...
String objects allocationsmoorecm, thank you. Yes, vector< string > would be more appropriate and safe. BTW, I am sorry, ...
String objects allocationsThank you, moorecm. I will try with boost::shared_array.
String objects allocations Thank you, moorecm. Let's change this code and now we will use boost::shared_ptr instead of the...
String objects allocationsI think I need to highlight what I want to know. I found everything about Heap and Stack in Intern...