Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, March 2002
Re: true or TRUE


Message 1 in thread

Hi,

> I guess since most compilers support true/false the decision becomes aesthetic??  I prefer the lowercase version, it is more readable for me, and unless someone can offer a reason not to use it...

Not all compilers support bool, but still, Qt must support them...

In your own code you should indeed use true/false instead of TRUE/FALSE
if you're not interested in supporting these compilers.

Dimitri