| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
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