Pregunta

As an absolute beginner on Linux and C++, I would like to know if there is a way to use *.a lib library in C++.

I have a scientific *.a library generated from FORTRAN code. On the other hand, I am planning to write some programs in c++ on Linux system. In that case, how can we use this *.a library with C++, or if not then how do we convert it to the one which can be used in C++ (most importantly on Linux system).

I will be using Eclipse as IDE for C++.

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top