I would want know if exist a way to use an souce code library write in C with an c++ project.
I have to decode an .grib (grib2) file. I found more valid libraries, but they are all write in C and my project is in C++. There is a way to use it in my code, or i have to build new decoder?
Bookmarks