Practical constexpr - Jason Turner
Jason Turner about using constexpr in his own codebase:
Practical constexpr
by Jason Turner
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Feb 21, 2018 05:56 AM | Tags: meetingcpp constexpr c++17 c++14 c++11
Jason Turner about using constexpr in his own codebase:
Practical constexpr
by Jason Turner
By Meeting C++ | Feb 20, 2018 03:00 AM | Tags: tools meetingcpp efficiency clang-tidy clang
New video from Meeting C++ 2017
Advanced Tools for Better Productivity
by Gábor Horváth
By Meeting C++ | Feb 18, 2018 06:38 AM | Tags: tools meetingcpp intermediate debug advanced
A great introduction into the inner workings of a compiler:
How C++ Debuggers work
by Simon Brand
By Meeting C++ | Feb 17, 2018 05:16 AM | Tags: meetingcpp intermediate functional experimental
Ivan Cukic continues his series of talks about functional programming:
Functional Programming: data
by Ivan Cukic
By robwirving | Feb 16, 2018 09:13 AM | Tags: None
Episode 138 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Mathieu Ropert to discuss C++ API & ABI compatibility issues and Modern CMake.
CppCast Episode 138: API & ABI Versioning with Mathieu Ropert
by Rob Irving and Jason Turner
About the interviewee:
Mathieu is a french C++ expert with an eclectic background. He's worked in various fields including kernels, virtualization, web development, databases, REST microservices, build systems and package management, all those in (or about) C or C++. He is presently awaiting his next challenge in the video game industry that should come up next May in Stockholm, Sweden. Until then, Mathieu lives and works in Paris, France where he is also host of the C++ French User Group.
By Meeting C++ | Feb 16, 2018 03:24 AM | Tags: meetingcpp intermediate c++17 basics
The first of two talks from Jason Turner from Meeting C++ 2017 is now released:
Practical C++17
by Jason Turner
By Meeting C++ | Feb 15, 2018 03:02 AM | Tags: meetingcpp intermediate
New video from Meeting C++ 2017!
C++: Unexpected Behaviour
by Antonio Mallia and Jaime Alonso
By Meeting C++ | Feb 13, 2018 05:41 AM | Tags: tools meetingcpp intermediate efficiency dependencies
New talk from Meeting C++ 2017!
Dealing with software dependencies
by Kiki de Rooij & Peter Bindels
By Adrien Hamelin | Feb 12, 2018 10:47 PM | Tags: experimental community
You can read it or watch it.
Introduction to the C++ Ranges Library
by Jonathan Boccara
From the article:
Do you know the ranges library in C++?
This video will show what limitations of the STL it solves, and how it can make C++ code more expressive.
Since some of you expressed that they liked text more than videos, I’ve included a transcript of the video. I’d be glad to know if you find this useful, and if you’d like to have a transcript for other videos...
By Meeting C++ | Feb 10, 2018 11:16 AM | Tags: performance parallelism multithreading meetingcpp
A talk on doing multithreading without threads...
True parallelism, with no concept of threads
by Alfred Bratterud