CppChat[11]: Mechanical Sympathy
CppChat:
CppChat[11]: Mechanical Sympathy
with Jason Turner, Matt Godbolt, and Jon Kalb
From the chat:
Jason, Matt, and Jon discuss Compiler Explorer, other C++ shows, and writing for classic 8 bit machines.
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Jon Kalb | Feb 18, 2017 01:51 PM | Tags: matt godbolt jon kalb jason turner cppchat cppcast compiler explorer c++ weekly c++
CppChat:
CppChat[11]: Mechanical Sympathy
with Jason Turner, Matt Godbolt, and Jon Kalb
From the chat:
Jason, Matt, and Jon discuss Compiler Explorer, other C++ shows, and writing for classic 8 bit machines.
By robwirving | Feb 17, 2017 08:07 AM | Tags: None
Episode 89 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Alex Allain from Dropbox to talk about Dropbox's Djinni code generator and Alex's book Jumping into C++.
CppCast Episode 89: Jumping into C++ with Alex Allain
by Rob Irving and Jason Turner
About the interviewee:
Alex Allain is a Director of Engineering at Dropbox. He was one of the first engineers on the Dropbox Business product before leading Dropbox's Product Platform group, whose initiatives includes the Dropbox Sync Engine, shared mobile C++ and developer tools. Alex has run Cprogramming.com since 1998 and is the author of Jumping into C++, a book for new programmers.
By Marco Arena | Feb 17, 2017 07:08 AM | Tags: visual studio
In this episode, Marian Luparu and Iyyappa Murugandi chat with Steve about CMake support in Visual Studio:
GoingNative 56: CMake in Visual Studio
with Steve Carroll, Marian Luparu and Iyyappa Murugandi
By Jason Turner | Feb 13, 2017 10:36 AM | Tags: intermediate c++17
Episode 50 of C++ Weekly.
Inheriting Lambdas vs Generic Lambdas
by Jason Turner
About the show:
The last episode of C++ Weekly showed why and where we might want to inherit from lambdas and create a merged lambda with the signatures of two or more other lambdas. In this episode Jason compares a merged lambda with a generic lambda and what the pros and cons might be.
By Jon Kalb | Feb 12, 2017 01:34 PM | Tags: None
CppChat:
CppChat[10]: The Great Functor Debate (Ben, Jackie, and Jonathan)
with Ben Dean, Jackie Kay, Jonathan Müller, and Jon Kalb
From the chat:
Ben, Jackie, Jonathan, and Jon discuss Jackie's blog about using the word functor and foonathan's latest blog post about policy objects. Ben discusses using variant for state machines and Jon rants.
By robwirving | Feb 10, 2017 08:36 AM | Tags: None
Episode 88 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Stephan T. Lavavej to talk about Microsoft's STL and some of the changes to the Library coming in the VS 2017 release.
CppCast Episode 88: Microsoft's STL with Stephan T. Lavavej
by Rob Irving and Jason Turner
About the interviewee:
Stephan T. Lavavej is a Principal Software Engineer at Microsoft, maintaining Visual C++'s implementation of the C++ Standard Library since 2007. He also designed a couple of C++14 features: make_unique and the transparent operator functors. He likes his initials (which people can actually spell) and cats (although he doesn't own any).
By Jason Turner | Jan 30, 2017 02:00 PM | Tags: intermediate c++17
Episode 48 of C++ Weekly.
C++17's Variadic `using`
by Jason Turner
About the show:
In this episode Jason builds on the concept of inheriting from lambdas to show how several C++17 features, hinging on variadic using declarations, can be combined to create a succinct merging of lambdas.
By Meeting C++ | Jan 27, 2017 05:04 AM | Tags: intermediate gamedev emscripten di dependency injection clang c++14 advanced
Next Video from Meeting C++ 2016
Implementing a web game in C++14
by Kris Jusiak
By Meeting C++ | Jan 26, 2017 07:42 AM | Tags: sycl performance parallelism hpc efficiency
Next Video from Meeting C++ 2016:
SYCL building blocks for C++ libraries
by Gordon Brown
By Meeting C++ | Jan 24, 2017 06:03 AM | Tags: tmp testing experimental advanced
Next Video from Meeting C++ 2016
How to test static_assert?
by Roland Bock