[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Arguments for a module loader
- From: Coda Highland <chighland@...>
- Date: Tue, 7 Aug 2012 10:14:01 -0700
> /*-----------------------------------------------------------------------
> ; [1] - please, please, please, ifyou are writing in C, use NULL instead
> ; of a 0. Even though NULL is 0, using NULL portrays the intent
> ; better than a 0. It also stands out more.
> ;
> ; If you are writing in C++, you have my condolences. [2]
> ;
> ; [2] - Okay, my bias is showing through. Sorry.
> ;----------------------------------------------------------------------*/
If you are writing in C++, you have nullptr that's even better than NULL. :P
/s/ Adam