Skip to content

Latest commit

 

History

History
242 lines (216 loc) · 13 KB

File metadata and controls

242 lines (216 loc) · 13 KB

C++ links: interoperability - portability: libraries, ABI, name mangling

Contents


General

Readings

Software

  • Hedley
    • a single C/C++ header you can include in your project to enable compiler-specific features while retaining compatibility with all compilers. It contains dozens of macros to help make your code easier to use, harder to misuse, safer, faster, and more portable.
    • https://nemequ.github.io/hedley/
    • https://github.com/nemequ/hedley
  • Portable Snippets

Talks


ABI

Readings

Software

Talks


Name Mangling

Readings

Software

Talks