Hey guys another thing, the above program when compiled (after float was fixed) does not run on any computer other than the one it was compiled on... Even if the operating systems are the same. I've tried to run it from a computer at my school, just to see if I could, and I've sent it to a friend to see if it would work on his, and neither work, they get this error message:

W:\>"D:\Documents and Settings\ktaton\My Documents\project.exe"
The system cannot execute the specified program.

And my friend gets the same error. It's the first time I've made something that I've actually sent to someone to try on their computer. Is there something I'm doing wrong? Do they need extra files other than just the compiled .exe?

Thanks.