A Ameesh Lifer Apr 3, 2001 23,686 1 0 Sep 16, 2003 #26 Originally posted by: glugglug while(1) is too common. use for( ; 1 ; ) Click to expand... hahaha
M MikeMike Lifer Feb 6, 2000 45,885 66 91 Sep 16, 2003 #27 x=1 do { cout<<x; } while (x=x); that should be an infinite loop assuming i wrote it correctly. MIKE