Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
Efficient Programming with Components
August 18, 2021
00:59:53
26.12 MB
Downloads: 0
Rob and Jason are joined by Justin Meiners. They first talk about a big boost library update, and whether Valgrind is still useful compared to sanitizers. Then they talk to Justin Meiners about Alex Stepanov, his contribution to the STL and some of his courses that are still relevant to today's C++ programmers.
News
- Boost v1.77.0
- Intel C/C++ compilers complete adoption of LLVM
- Valgrind - A neglected tool from the shadows or a serious debugging tool?
Links
- Efficient Programming with Components - YouTube Playlist
- Efficient Programming with Components - Notes by Justin Meiners
- Merge with fewer comparisons (using goto)