Thread: TOTAL newb
View Single Post
  #6 (permalink)  
Old 05-16-2008, 11:47 AM
soku11 soku11 is offline
Newbie
 
Join Date: May 2008
Location: Warsaw, Poland
Posts: 12
Credits: 0
Rep Power: 0
soku11 is on a distinguished road
Default Re: TOTAL newb

Or you can read something to a variable:
Code:
char a;
printf("%c",&a);
It will also wait for input without closing the window But it all depends on your platform (OS).
Reply With Quote