hi I am trying to prepare a program controlled by a virtual terminal. Then I have a problem with the function gets (string) it blocks in the while loop. I want to know how to execute the same program if I did not write the letter R is disigne as loop interruption
Code:
while(true)
{
gets(string);
if(!strcmp(string,retour)){ // blocked here
goto start;
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum