OOPS...
This line...
You can get heap corruption by using new to allocate, but using delete to deallocate.
..should have read...
You can get heap corruption by using new to allocate, but using delete[] to deallocate.
Doh, --Eljay
OOPS...
This line...
..should have read...
Doh, --Eljay