Server Help

Non-Subspace Related Coding - another c++ question

hellzlaker - Fri Mar 14, 2008 3:36 pm
Post subject: another c++ question
is there a command something like this

do this function while A doesn't equal 0 or B doesn't equal 0

i guess if there would be it would be something like

Code: Show/Hide
while (a!=0, or b!= 0){cout<<"hi";}

hellzlaker - Fri Mar 14, 2008 5:13 pm
Post subject:
nvm after googling for a while i found it

its (a!=0||b!=0){;}
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group