delete and delete[]
The Lounge
21
Posts
13
Posters
2
Views
1
Watching
-
No, this isn't a programming question. I seem to recall that on some version of VC++, delete and delete[] do the same thing, am I right in thinking that ? If so, does anyone have an online reference to the fact ? Note: I NEVER use delete without the [] to delete an array, but I thought that proper form didn't make a difference, is all. Christian I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
Raymond Chen: Mismatching scalar and vector new and delete[^] Stability. What an interesting concept. -- Chris Maunder