Next Generation Debugging - Julian Smith - Meeting C++ 2016
Next video from Meeting C++ 2016:
Next Generation Debugging
Julian Smith
March 23-28, London, UK
By Meeting C++ | Jan 19, 2017 07:15 AM | Tags: intermediate efficiency debugging debug
Next video from Meeting C++ 2016:
Next Generation Debugging
Julian Smith
By Adrien Hamelin | Jan 18, 2017 03:04 PM | Tags: intermediate c++11
A new interesting video:
Engineering Distinguished Speaker Series: Howard Hinnant
by Inside Bloomberg
From the video:
Howard Hinnant spoke at Bloomberg presenting everything you need to know about move semantics.
By Meeting C++ | Jan 17, 2017 04:49 AM | Tags: ranges iterators intermediate experimental efficiency advanced
Next video from Meeting C++ 2016:
Why iterators got it all wrong
by Arno Schödl
By robwirving | Jan 13, 2017 10:23 AM | Tags: None
Episode 85 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Marshall Clow to talk about his role on the C++ Standards Committee's Library Working Group, libc++, constexpr-ing all the things and more.
CppCast Episode 85: Library Working Group and libc++ with Marshall Clow
by Rob Irving and Jason Turner
About the interviewee:
Marshall is a long-time LLVM and Boost participant. He is a principal engineer at Qualcomm, Inc. in San Diego, and the code owner for libc++, the LLVM standard library implementation. He is also the chairman of the Library Working Group of the C++ standards committee. He is the author of the Boost.Algorithm library and maintains several other Boost libraries.
By Meeting C++ | Jan 13, 2017 07:08 AM | Tags: sg14 intermediate gamedev basics
A short talk on what SG14 is doing
SG14 (the GameDev & low latency ISO C++ working group)
Guy Davidson
By Meeting C++ | Jan 12, 2017 09:47 AM | Tags: tmp meta-programming intermediate c++14 c++11 advanced
New Video from Meeting C++ 2016:
How bad is meta-programming still today?
Peter Gottschling
By Jason Turner | Jan 12, 2017 09:40 AM | Tags: intermediate c++14
Episode 45 of C++ Weekly.
Compile Time Maze Generator (and Solver)
by Jason Turner
About the show:
In this episode Jason demonstrates how to build a random maze generator (and solver) that can be executed at compile time with constexpr.
By Jason Turner | Jan 7, 2017 09:31 AM | Tags: c++14 basics
Episode 44 of C++ Weekly.
constexpr Compile Time Random
by Jason Turner
About the show:
In this episode Jason demonstrates a constexpr enabled random number generator. He then modifies it to generate a different random number sequence each time it is compiled.
By robwirving | Jan 6, 2017 09:39 AM | Tags: None
Episode 84 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Brittany Friedman to talk about her accepted C++17 proposal which adds new algorithms and utilities for memory management and the process she went through getting the proposal accepted.
CppCast Episode 84: Memory Algorithm Proposal with Brittany Friedman
by Rob Irving and Jason Turner
About the interviewee:
Brittany Friedman is a dense collection of matter formed from molecules originating inside the sun. She currently works as a programmer at Gearbox Software, where she weaves ones and zeroes into intricate little patterns. Her proposal for new memory management algorithms was accepted for C++17 and a bug that she filed against the C++ standard was fixed the way that she recommended. So basically you do not want to trifle with her.
By Adrien Hamelin | Jan 3, 2017 01:48 PM | Tags: efficiency community
Episode 43 of C++ Weekly.
Stack Elision?
by Jason Turner
About the show:
In this episode Jason explores Clang's and GCC's ability to elide stack operations during optimization.