CompuServe Thread

Help me with C !!!

1 messages in this thread
#47542From: jack yorkJul 8, 1995 8:13 PM
When you compile include the option -lm, which tells it to link the math library. So your line would be something like dcc -lm input file -o output file. Hope this helps. Jack