Declarative thinking, declarative practice - Kevlin Henney
Kevlin Henney giving a talk at Meeting C++ 2017!
Declarative thinking, declarative practice
by Kevlin Henney
June 16-21, Sofia, Bulgaria
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 16-21, Kona, HI, USA
By Meeting C++ | Feb 23, 2018 07:39 AM | Tags: meetingcpp intermediate
Kevlin Henney giving a talk at Meeting C++ 2017!
Declarative thinking, declarative practice
by Kevlin Henney
By Meeting C++ | Feb 22, 2018 06:45 AM | Tags: meetingcpp design concepts c++20
A view on the future of C++ with concepts:
Concepts driven design
by Kris Jusiak
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 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 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