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.
16 views
94
24
1 year ago 01:01:12 2
CppCon 2016: Michael Caisse “Asynchronous IO with “
2 years ago 01:04:19 1
Vídeo de Oles Gedz
2 years ago 00:55:45 1
Cute C++ Tricks (and what you can learn from them): Part 2 of N - Daisy Hollman - CppNorth 2022
4 years ago 00:59:39 1
CppCon 2016: David Sankel “Building Software Capital: How to write the highest quality code and why“
4 years ago 01:03:33 18
CppCon 2016: Rian Quinn “Making C++ and the STL Work in the Linux / Windows Kernels“
4 years ago 00:50:09 5
CppCon 2016: Nicolas Fleury “Rainbow Six Siege: Quest for Performance“
4 years ago 01:39:25 1
CppCon 2016: Herb Sutter “Leak-Freedom in C++... By Default.”
5 years ago 01:19:52 25
CppCon 2016: Jason Turner “Rich Code for Tiny Computers: A Simple Commodore 64 Game in C++17”
6 years ago 00:35:43 142
CppCon 2016: “Introduction to C++ python extensions and embedding Python in C++ Apps“
7 years ago 01:12:04 1
CppCon 2016: Fedor Pikus “The speed of concurrency (is lock-free faster?)“
7 years ago 00:51:08 18
CppCon 2017: Billy Baker “Almost Unlimited Modern C++ in Kernel-Mode Applications”
7 years ago 01:15:53 9
CppCon 2016: David Schwartz “Developing Blockchain Software”
7 years ago 01:36:27 16
CppCon 2016: Dan Saks “extern c: Talking to C Programmers about C++”
7 years ago 01:43:51 107
CppCon 2016: Bjarne Stroustrup “The Evolution of C++ Past, Present and Future“
7 years ago 01:00:29 1
CppCon 2016: Jason Turner “Practical Performance Practices“
8 years ago 00:54:42 1
CppCon 2016: “C++14 Reflections Without Macros, Markup nor External Tooling..“
8 years ago 00:46:28 24
CppCon 2016: Michael Spencer “My Little Optimizer: Undefined Behavior is Magic“
8 years ago 01:06:22 1
CppCon 2016: Tim Haines “Improving Performance Through Compiler Switches...“