Thursday, May 28, 2009

Get out of my for-loop... (continues)

After that day, I hope teather assisters give me a chance!

...

...

...

Finially, my scoe is 80.

To my surprise, it only have body but cannot execute will get a not bad score.

Oh ya!! Thank you, teather assisters !!!

Tuesday, May 19, 2009

A small funny game.

http://armorgames.com/play/3789/learn-to-fly


We can contro a penguin who wants to fly.

It is very funny so that I spent almost all night to finish this game.

We can fly!

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...