View Single Post
Old 12-02-2004, 09:24 AM   #1 (permalink)
DemonEdge
 
Newb Techie

Join Date: Nov 2004

Posts: 38

DemonEdge

Default While(!x) ???...in c++

there was a loop in the midterm (c++) like this:

x = 0;
y= 0;
while(!x)
{
etc...etc...
}
etc....



what is important to me is what da **** does not X mean?
i think y != x would sound much understandable but !x alone i don't understand...
can some1 help me plz?
DemonEdge is offline