Topic: realloc in C++?


Author: rlb534@ibm-03.nwscc.sea06.navy.mil (Rick Beem)
Date: 7 Sep 1993 09:15:08 -0500
Raw View
    Does C++ have a way of doing reallocations without mixing calls to
malloc(), free(), and realloc().  I want to use the new and delete operators.
Does C++ not have a way to do this because of constructor and destructor
calls?