User profile: trebaruna

User info
User name:trebaruna
History
Joined:
Number of posts:5
Latest posts:

dynamic memory, pointers not lvalue
Thanks again, you've been very helpful! Indeed, I could probably suffice with just the array, but...

dynamic memory, pointers not lvalue
Ah yes, of course! I had assumed delete[] would take care of the stuff inside the array somehow. I...

dynamic memory, pointers not lvalue
jsmith, thanks for your help so far. I think I'm beginning to see. I've tried [quote]string **d_lin...

dynamic memory, pointers not lvalue
Thanks for your reply! Your suggestion needed a bit of modification: [quote]tmp[idx] = *(d_lines)[...

dynamic memory, pointers not lvalue
Another programming exercise question. This is trying to teach me dynamic memory allocation, but I a...