Practical C++17 - Jason Turner
The first of two talks from Jason Turner from Meeting C++ 2017 is now released:
Practical C++17
by Jason Turner
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
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
By Meeting C++ | Feb 9, 2018 06:38 AM | Tags: meetingcpp intermediate c++14
A new talk from Meeting C++ 2017:
Reactive Equations
by André Bergner
By Meeting C++ | Feb 8, 2018 07:31 AM | Tags: meetingcpp intermediate algorithms
New Video from Meeting C++ 2017!
Fantastic Algorithms and Where To Find Them
by Nicholas Ormrod
By Adrien Hamelin | Feb 7, 2018 07:19 PM | Tags: advanced
If you missed it:
Meltdown And Spectre
by Matt Godbolt
From the article:
A presentation on my understanding of the Meltdown and Spectre hardware exploits.
By robwirving | Feb 2, 2018 08:17 AM | Tags: None
Episode 136 of CppCast the only podcast for C++ developers by C++ developers. In this episode Rob and Jason are joined by Jonathan Müller to talk about his experience at University and some of his recent projects.
CppCast Episode 136: foonathan/type_safe and more with Jonathan Müller
by Rob Irving and Jason Turner
About the interviewee:
Jonathan is a CS student passionate about C++. In his spare time he writes libraries like foonathan/memory which provides memory allocator implementations. He is also working on standardese which is a documentation generator specifically designed for C++. Jonathan tweets at @foonathan and blogs about various C++ and library development related topics at foonathan.net.
By Meeting C++ | Feb 1, 2018 03:08 AM | Tags: performance multithreading meetingcpp efficiency
A talk on understanding when a reader-writer lock beats a mutex, and when not.
Reader-Writer Lock versus Mutex
by Jeffrey Mendelsohn