Quote Originally Posted by Belcross View Post
Ahhh ok I see what your saying. Does anyone know why it's not reducing
Use the debugger that comes with your compiler.

When you write a program, you are responsible for debugging it. You accomplish that by using your program's debugger and stepping through the program when it is running. You then get a chance to watch the variables and execution path of your program.

Regards,

Paul McKenzie