This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: inline operator delete redefinition and in-charge deleting destructor


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]