Thread
:
Code Restructure, Finally!
View Single Post
May 9th, 2006, 8:58 PM
#
3
OpenLoop
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power:
4
Yes 'indent', thank you. I don't know why 'ident' sounds so familiar...
Since we're on the bool subject i have a question: does this modify the flag?
(
Toggle Plain Text
)
bool y = false; int x = 1; if (x == 1) !y;
bool y = false; int x = 1; if (x == 1) !y;
OpenLoop
View Public Profile
Find More Posts by OpenLoop