dynamic memory, pointers not lvalueThanks again, you've been very helpful! Indeed, I could probably suffice with just the array, but...
dynamic memory, pointers not lvalueAh yes, of course! I had assumed delete[] would take care of the stuff inside the array somehow. I...
dynamic memory, pointers not lvaluejsmith, thanks for your help so far. I think I'm beginning to see. I've tried [quote]string **d_lin...
dynamic memory, pointers not lvalueThanks for your reply! Your suggestion needed a bit of modification: [quote]tmp[idx] = *(d_lines)[...
dynamic memory, pointers not lvalueAnother programming exercise question. This is trying to teach me dynamic memory allocation, but I a...