kjetil7
April 25th, 2002, 06:09 AM
Hi,
Does anyone know if there is possible to decide in runtime either to call:
delete someptr;
or
delete [] someptr;
What about smart pointers? How do they know which one to call?
Kjetil Haga
Does anyone know if there is possible to decide in runtime either to call:
delete someptr;
or
delete [] someptr;
What about smart pointers? How do they know which one to call?
Kjetil Haga