User profile: Yueeng

User info
User name:Yueeng
Name:Heng Yue
Location:Shandong
Bio:I'm breathing air.
History
Joined:
Number of posts:43
Latest posts:

How to wrap numbers between 0 and 9
Hi [b]@big[/b], don't forget to embrece your code with code-block in the Format. (: I didn't unders...

Permutation
If you're going to do this the simple way, which is compute N! and compute (N-X)! then divide them, ...

Please help, this progam not calculate pennies correctly at all
Hi [b]@jake[/b] The problem here is the float point number. Since the world of computer is based on...

strange behavior with pointer arithmetic
Hey [b]@johnmerlino[/b] As guys have pointed, this is a memory leakage problem. That the pointer we...

ARRAY PROBLEMS
[quote]It is pointless to return any value from the function ;)[/quote] Do you mean that the change ...