Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/23/06 17:10
Read: times


 
#114812 - use getch in a while
Responding to: ???'s previous message
char ch;
char string_[20];
int i=0
do{
ch=getch();
string_[i++]=ch;
}while(ch);


List of 6 messages in thread
TopicAuthorDate
scanf            01/01/70 00:00      
   why scanf? use other commands            01/01/70 00:00      
      Clocks do not need to be the same            01/01/70 00:00      
   scanf vs. sscanf            01/01/70 00:00      
      frequeny            01/01/70 00:00      
   use getch in a while            01/01/70 00:00      

Back to Subject List