Closed JoeyAndres closed 8 years ago
Using shared_ptr is easier. Less to think, e.g. will this thing still be in memory? Will the address change if this thing is stored in array? etc.
Using shared_ptr is easier. Less to think, e.g. will this thing still be in memory? Will the address change if this thing is stored in array? etc.