View Single Post
Old 03-13-2011, 08:01 PM   #41
ClayDowling
 
ClayDowling's Avatar
 
Join Date: Jul 2007
Location: Ann Arbor, MI
Default Re: Powerstone Program

Quote:
Originally Posted by jeff_wilson View Post
Can you make it work at codepad.org? It doesn't like your pow() usage for some reason.
Nope. Source has been provided, and binaries for the two most popular desktop platforms has been provided. I would advise that you need to link against the math libraries (-lm in standard usage) for pow to be found.

Is there a reason that you're using codepad.org instead of one of the free compilers for your platform? I doubt that codepad.org is capable of using the code I provided. It lacks provisions for command line parameters and for libraries besides libc. It needs libm.
__________________
Online Campaign Planning
ClayDowling is offline   Reply With Quote