Thread
:
While(!x) ???...in c++
View Single Post
12-02-2004, 09:57 AM
#
5
(
permalink
)
intercodes
Ultra Techie
Join Date: Jun 2004
Posts: 973
DemonEdge,
yes, aslong as the while function has an integer value of '1' , the while condition is satisfied. So this loop runs infinitly, unless the 'etc' is replaced with some code.
Any value other than 1 in the 'while' will exit from the function.
intercodes
View Public Profile
Send a private message to intercodes
Find More Posts by intercodes