[mythtv] C++ style

Tako Schotanus quintesse at palacio-cristal.com
Wed Feb 11 16:28:53 EST 2004


>> 	if (somevar == ++i)
>> is definitely different than
>> 	if (somevar == i++)
>
>  
>
Regardless of style and what compilers do with this code I think anybody 
writing code like this should have their butt kicked until they know 
better ;-)

Cheers,
 -Tako



More information about the mythtv-dev mailing list