Thread
:
How do I clear the screen?
View Single Post
Apr 1st, 2008, 4:44 AM
#
25
A.K.Al Shamsi
Programmer
Join Date: Mar 2008
Posts: 35
Rep Power:
0
Re: How do I clear the screen?
you need to use
(
Toggle Plain Text
)
while (true)
while (true)
because it means loop forever
and you need
(
Toggle Plain Text
)
if(again == 'y') { play = 1 else break; } if(again == 'n') { play--;
if(again == 'y') { play = 1 else break; } if(again == 'n') { play--;
try this it might work
A.K.Al Shamsi
View Public Profile
Find More Posts by A.K.Al Shamsi