Thread: GUI Tool
View Single Post
  #32  
Old 03-30-2008, 02:45 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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.
__________________
Reply With Quote