CppCon 2016: Dan Saks “extern c: Talking to C Programmers about C++”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — Most of us have heard this story. We’ve even told it ourselves… C is nearly all of C, plus a whole lot more. Migrating code from C to C is pretty easy. Moreover, the migration itself can yield immediate benefits by exposing questionable type conversions that can be sources of latent bugs. After migration, the code performs as well in C as in the original C.
Back to Top