How to wrap numbers between 0 and 9Hi [b]@big[/b], don't forget to embrece your code with code-block in the Format. (: I didn't unders...
PermutationIf 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 allHi [b]@jake[/b] The problem here is the float point number. Since the world of computer is based on...
strange behavior with pointer arithmeticHey [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 ...