Saturday, May 16, 2009

Get out of my for-loop...

~
int main()
{
int a,b;
b=0;
for(;;)
{
b=0;
a=getch();
if(b==1)
~
This is a part of my Mid-term exam's program code.

Due to ""can't be found in its lib. , I don't have check and type in program code by

my think.

Program code at the this article top the "b=0;" should move from "b=0; " to "b=0; "....

Hope that teacher assister will listen my explain...

No comments:

Post a Comment