User profile: Async

User info
User name:Async
History
Joined:
Number of posts:6
Latest posts:

Loop problem
the previous code I gave u is wrong,now I 've corrected it.

Is there any difference between #include <> and #include "" in terms of linking?
"#include" is for the compiler not the linker

Loop problem
the increment of the number sequence is a Arithmetic sequence so the program could be like this: ...

Unfamiliar typedef
it means FUNCPTR is a function pointer which points to a function like this: int fun(...)

what's the difference
thank u ^_^