c++ class inheritence

Programming, for all ages and all languages.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

This is the same reason I abhor things like "if (NULL == ptr)"... it reads like gibberish to me.
Ugh. I remember when I was first learning C++, back ye dayes of olde, when that style was recommended to me, in case I forgot the second =. Needless to say I ignored it completely.....
Post Reply