Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 6.34 KB

cpp_basic.md

File metadata and controls

90 lines (58 loc) · 6.34 KB

C++ Programming Language

Learning C++

For Python Coders

Useful Libraries

Performance

Numerical

Optimization

Astronomy Related

  • CCfits - object oriented interface to the cfitsio library
    • It is designed to make the capabilities of cfitsio available to programmers working in C++. It is written in ANSI C++ and implemented using the C++ Standard Library with namespaces, exception handling, and member template functions.

Code to Study