
10 Jul
2008
10 Jul
'08
11:43 a.m.
Felipe Magno de Almeida wrote:
Do you find confusing to use a pointer to a bool too?
Yes. That's why I stick to the following convention: if (pointer != NULL) ... instead of: if (pointer) ...
But this is only personal taste IMHO.
Yes, although a sum of such tastes often leads to a coding standard, where they are no longer personal. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com