User profile: jenia

User info
User name:jenia
Name:Jenia
Location:Montreal
History
Joined:
Number of posts:14
Latest posts:

String objects allocations
kbw and firedraco, thank you. If I know (I have only some knowledge of boost library, mostly theo...

String objects allocations
moorecm, thank you. Yes, vector< string > would be more appropriate and safe. BTW, I am sorry, ...

String objects allocations
Thank 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 allocations
I think I need to highlight what I want to know. I found everything about Heap and Stack in Intern...