View Single Post
Old May 9th, 2006, 8:58 PM   #3
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
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?
bool y = false;
int x = 1;
if (x == 1) 
     !y;
OpenLoop is offline   Reply With Quote