Thread
:
GUI Tool
View Single Post
#
32
03-30-2008, 02:45 AM
Inverness
Incubator
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
if (flag)
should be used instead of
if (flag == true)
Edit:
Though I find the
if (flag == true)
more readable, and it should be optimized by the compiler.
__________________
Inverness
View Public Profile
View GraalOnline Profile
Find all posts by Inverness