Link to home
Start Free TrialLog in
Avatar of Robson
RobsonFlag for Poland

asked on

Is new[] and delete[] compatibile with realloc() ?

When dealing with char[] array, can I safely mix new and
delete operators with realloc(), or do I have to use
malloc() realloc() free() functions?
ASKER CERTIFIED SOLUTION
Avatar of thienpnguyen
thienpnguyen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial