Can anyone please tell me the command line for compiling a simple program with a sin function in it ?
eg normally for programs I use .....
c++ filename.cpp -o filename
to compile.
On c I used to use....
gcc filename.c -o -lm filename.
but that will not work (I think) with C++
I am running linux mint petra with the text editor that came with that edition.
thanks
dave