C++ object-oriented interface to CFITSIO FITS file library
Object oriented interface to the cfitsio library
ccfits
$ ccfits example.fits
$ g++ -o myprogram myprogram.cpp -lccfits -lcfitsio
$ pkg-config --cflags --libs ccfits