CppCast

Phil Nash and Timur Doumler

About

The first podcast by C++ developers for C++ developers!

Available on

Community

380 episodes

Psychology and Starting Out as a Developer

Gail Ollis joins Phil and Matt Godbolt. Gail talks to us about why, after two decades of software development, she took a degree in psychology followed by a PhD that researched the psychology of software development - and how she now uses this to help others get started and, hopefully, avoid many of the human issues that can plague our software projects. SHOW NOTES NEWS __ __ __ __ LINKS __ __ __

1h 7m
Mar 12, 2024
Compiler Explorer Revisited

Patrick Quist joins Phil and Timur. Patrick chats with us about their work on the Compiler Explorer team and how they got into it. We explore some useful features that may not be as widely known, and take a peek under the hood at how it all runs. NEWS __ __ LINKS __ __

1h 0m
Feb 23, 2024
Teaching and Training Modern C++

Rainer Grimm joins Timur and Phil. Rainer talks to us about what he has learnt from many years of teaching C++ as a professional trainer, how training has become more accessible now more people are taking it online, and his thoughts on modern C++. SHOW NOTES NEWS __ __ LINKS __ __

52m
Feb 09, 2024
Reflection for C++26

Daveed Vandevoorde joins Phil and Timur. Daveed talks a bit about his work at EDG, but mostly his efforts to get Reflection into C++26, along with his co-authors, and how that fits into the big picture. SHOW NOTES NEWS __ __ __ LINKS __ __

1h 12m
Jan 26, 2024
Modern C++ with Qt

Ville Voutilainen joins Timur and guest co-host, Guy Davidson. Ville talks about Qt, his work a The Qt Company and his work on the C++ standards committee - including how all those things come together. SHOW NOTES NEWS __ __ LINKS __ __

1h 8m
Jan 12, 2024
2023 Holiday Special

Phil and Timur are joined by ... Timur and Phil for a Holiday Special. We look back on the last year, discuss the news, and talk about what we're working on. SHOW NOTES NEWS __ __ LINKS __ __

59m
Dec 29, 2023
SIMD

Matthias Kretz joins Phil and Timur. Matthias talks about SIMD, including what it is, how it works, and what its useful for. We also discuss his proposal to introduce SIMD vocabulary types and functionality into the C++ standard and how it relates to what was in the Parallelism TS. SHOW NOTES NEWS __ __ LINKS __ __

1h 9m
Dec 15, 2023
Catch2 v3 and Random Numbers

Martin Hořeňovský joins Timur and Phil. Martin returns to talk about v3 of Catch2 and how it is different to v2. We also revisit the topic of random numbers and how Martin is still working on portable distributions and why that is important to testing and other domains. SHOW NOTES NEWS __ __ LINKS Martin's NDC TechTown 2021 talk on Catch2 v3 https://www.youtube.com/watch?v=uKDXwKe0fyo

1h 9m
Dec 01, 2023
Physical Units and a System of Quantities

Mateusz Pusz joins Phil and new guest co-host, Anastasia Kazakova. Mateusz talks to us about his physical units (and quantities) library, mp-units, why v2 is a complete redesign compared to the previous version, and how incorporating a system of quantities is so central to this new design. SHOW NOTES NEWS __ __ LINKS __ __

57m
Oct 20, 2023
AI and Random Numbers

Frances Buontempo joins Phil and returning guest co-host, Matt Godbolt. Frances talks to us about her new book on modern C++ as well as her the topic of her previous book on machine learning. We discuss the differences between LLM-based AI and more statistical approaches, as well as where random numbers fit into all this and the limitations of their current support in C++. SHOW NOTES NEWS __ __ LINKS __ __ __

59m
Sep 15, 2023
Automatic Static Analysis

Abbas Sabra joins Phil and Timur. Abbas talks to us about static analysis, the challenges - and benefits - of analysing C++ code, and a new feature from Sonar that can scan public repos with zero config. SHOW NOTES NEWS __ __ LINKS __ __

53m
Sep 01, 2023
Soagen

Mark Gillard joins Timur and guest co-host Jason Turner. Mark talks to us about reflection, SIMD, and his library soagen, a structure-of-arrays generator for C++. * SHOW NOTES NEWS __ __ LINKS __ __

52m
Aug 16, 2023
How CLion works under the hood

Dmitry Kozhevnikov joins Timur and guest co-host Matt Godbolt. Dmitry talks to us about how the CLion IDE works under the hood. * SHOW NOTES NEWS __ __ LINKS __ __ *  

58m
Aug 04, 2023
Safety, Security and Modern C++, with Bjarne Stroustrup

Bjarne Stroustrup joins Phil and Timur. Bjarne talks to us about safety in C++ through profiles, as well as modules and concepts - and looks ahead to what else is coming next. * SHOW NOTES NEWS __ __ LINKS __ __ *  

1h 1m
Jul 21, 2023
Sequence-Oriented Programming

Tristan Brindle joins Timur and Phil. Tristan talks to us about a safer alternative to iterators and his library, Flux, that implements it. SHOW NOTES NEWS __ __ LINKS __ __

1h 1m
Jul 07, 2023
Contracts

Joshua Berne joins Phil and Timur. Joshua talks to us about the previous week's ISO C++ meeting in Varna, Bulgaria, then focuses on the current state of the contracts proposal that he has been central to, as well as a bit of its history. SHOW NOTES NEWS __ __ __ __ LINKS __ __

1h 11m
Jun 23, 2023
Modules and build systems

Daniel Ruoso joins Phil and Timur. After covering a couple of blog posts and a new UI library, we welcome Daniel back to talk with us about modules, package and build systems and SG15, the tooling study group. We also revisit the Ecosystem International Standard. SHOW NOTES NEWS __ __ LINKS __ __

1h 7m
Jun 09, 2023
C++ in Finance

Antony Peacock joins Timur and Phil. After rounding up the news, we chat with Antony about what it's like to work in finance as a C++ developer, the similarities and differences to games dev and how you can break in to a role in finance. We also discuss what it's like to work in tech as someone with dyslexia. * SHOW NOTES NEWS __ __ LINKS __ __ *  

54m
May 26, 2023
Conan 2.0

Luis Campos joins Phil and Timur. After some compiler and language news, we chat with Luis about the recent Conan 2.0 release, the state of package management in C++, today and what's happening in the world of C++ standards that may impact it in the future. * SHOW NOTES NEWS __ __ LINKS __ __ *  

58m
May 11, 2023
AI Infrastructure

Ashot Vardanian joins Timur and Phil. After some conference updates, news about the ISO C++ Developer Survey, Sonar integration in Compiler Explorer and some posts on modules and performance, we chat with Ashot Vardanian about AI and the infrastructure that underpins it. Ashot talks to us about some of the libraries and tools he and his startup have been developing over the past few years with some impressive numbers behind them. * SHOW NOTES NEWS __ __ LINKS __ __ *  

1h 10m
Apr 28, 2023
Native Languages (programming and natural)

Mathew Benson joins Phil and Timur. After some news on new dev tool releases and some welcome improvements to iostreams in GCC13, we talk to Mathew Benson about what it's like to learn and use C++ in Africa and the implications for the hardware and our choices in programming language. Mathew also draws an interesting parallel to natural languages. SHOW NOTES NEWS __ __ LINKS __ __  

53m
Apr 14, 2023
Cpp2, with Herb Sutter

Herb Sutter joins Phil and Timur. We catch up on the news about LLVM 16 being released, a new book on initialisation in C++ and a couple of new user groups. Then we talk to Herb about his new language/ alternate syntax, Cpp2, which compiles down to C++ in much the same way that C with Classes compiled down to C. NEWS __ __ LINKS __ __

1h 10m
Mar 31, 2023
Cpp2, with Herb Sutter

Herb Sutter joins Phil and Timur. We catch up on the news about LLVM 16 being released, a new book on initialisation in C++ and a couple of new user groups. Then we talk to Herb about his new language/ alternate syntax, Cpp2, which compiles down to C++ in much the same way that C with Classes compiled down to C. * SHOW NOTES NEWS __ __ LINKS __ __ *  

1h 10m
Mar 31, 2023
Safety Critical C++

Andreas Weis joins Timur and Phil. After some news about Boost, std::format and performance, Andreas talks to us about safety critical application domains, safety in C++ in general, and the difference between safety in security. NEWS __ __ LINKS __ __

1h 11m
Mar 17, 2023
Safety Critical C++

Andreas Weis joins Timur and Phil. After some news about Boost, std::format and performance, Andreas talks to us about safety critical application domains, safety in C++ in general, and the difference between safety in security. * SHOW NOTES NEWS __ __ LINKS __ __ *  

1h 11m
Mar 17, 2023
Carbon, With Richard Smith

Richard Smith joins Timur and Phil. After the usual news round-up, we chat with Richard about the new C++ successor language, Carbon. Richard is one of the three lead contributors to Carbon and he discusses the philosophy and some of the special features that make Carbon different. SHOW NOTES NEWS __ __ LINKS __ __

58m
Mar 03, 2023
Issaquah trip report and how the C++ sausage is made

Nina Ranns joins Timur and Phil. After community news, including conferences, a new C++ community in Africa and a new project manager and build system, we talk to Nina about the recent ISO committee meeting in Issaquah where the technical work on C++23 was finalised, as well as an inside look at how the committee works and Nina’s current project: allocator-friendly library types that don’t allocate. SHOW NOTES NEWS __ __ LINKS __ __

1h 4m
Feb 17, 2023
CppNorth and the Forgotten Developers

Mike Daum joins Phil and Timur. After some community news, including the state of modules support in CMake and a new compile-time parsing library inspired by Rust's macros, we talk to Mike about CppNorth - what it is, how it got started and what makes it different - then about company cultures, a new language from Epic, and the importance of catering to "Dark Matter Developers". SHOW NOTES NEWS __ __ LINKS __ __

1h 10m
Feb 03, 2023
Val and Mutable Value Semantics with Dimi Racordon

Dimi Racordon joins Timur and Phil. They first have a couple more conference speaker calls, a new C++20 test framework, and and some updates about Safety in C++ and the C++ successor languages announced last year. Then they talk to Dimi Racordon about the new language, Val, how it relates to C++, and why mutable value semantics are so powerful. SHOW NOTES NEWS __ __ LINKS __ __

48m
Jan 20, 2023
From Healthcare to Automotive

Honey Sukesan joins Phil and Timur. They first have a couple more conference announcements, an update on Cpp2 and a round-up of C++ in 2022. Then they talk to Honey Sukesan about her journey from working in Healthcare to working in the Automotive industry, and some of the surprising overlaps - as well as her personal journey during along the way. NEWS __ __

53m
Jan 06, 2023