Well, here's my problem:
For a Physics project, I'm writing a program to model motion. Everything
was going well until I got to the force_affect( ) func. Basically, the
formulae I have to use use trigonometric functions, and though I've read
manual pages, I get undefined reference errors from the linker.
My guess would be that there's a library I have to use a special library?
Any help or suggestions would be appreciated, Thank you
- Frank Fisher