I have created a library libsofa.a from numerous *.o files which were compiled from *.f (Fortran) files using GCC 4.1.

I would like to use the functions provided by this library in my C++ program.

Please tell me how I am to do it. Thank you.