The only problem here is 'continue' statement. In your code, calling the 'continue' statement will result the execution to go back to the for loop...
ok, so its the <enter> that makes the problem. Thanks boss. I got it figured out now. The <Enter> is basically a newline character. So this...
Sorry about that. I expected to give a simple title and an example hoping that i could make it clear to you. I will give an expanded question...
Also if anyone wants a look at the original program where the bug was found, please find the page below. I cannot post the link because it is not...
Hi all, I am having a rather interesting problem. I was doing a program and I was trying to read a string in a subfunction after reading an...
I would add the basic one. The one in C/C++ in GNU/Linux main() { srand(time(NULL)); printf("%d",rand()%10); //prints a random number between...
thanks, it works.
i believe thats the limit of the amount of result that we will get on running this code.
Invalid SQL: SELECT postid FROM post AS post INNER JOIN thread AS thread ON(thread.threadid = post.threadid) WHERE post.userid =...
thanks cristi, i got the command while searching the alternative for "pause" command in linux. its system(read -n1 -r -p "text here");
thanks cristi..... But that option is there for DOS.... I am running linux....Pause comand is not there in linux
Guys, I am writing a program. In a situation I want to print something and go to clear the screen but when i clear the screen the printed text...
Separate names with a comma.