inline operator delete redefinition and in-charge deleting destructor
Jonathan Wakely
cow@compsoc.man.ac.uk
Tue May 11 16:10:00 GMT 2004
> Also, destructors have () parameter specification, not (void) for their
> parameters.
That's a matter of style, they mean the same thing and are equally valid.
> Also, C++ uses...
> #include <cstdio>
> ... not...
> #include <stdio.h>
Again, both are valid.
jon
--
"A great many people think they are thinking when they are merely
rearranging their prejudices."
- William James
More information about the Gcc-help
mailing list