The Landscape of Parallelism - Michael Wong - @meetingcpp 2015
A new video from Meeting C++ 2015:
The Landscape of Parallelism
by Michael Wong
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Jan 27, 2016 09:29 AM | Tags: parallelism intermediate concurrency c++17 c++14 c++11 basics
A new video from Meeting C++ 2015:
The Landscape of Parallelism
by Michael Wong
By Meeting C++ | Jan 26, 2016 07:43 AM | Tags: intermediate gis boost advanced
A new video from Meeting C++ 2015:
Boost.Geometry takes on the globe
by Menelaos Karavelas
By Meeting C++ | Jan 25, 2016 08:45 AM | Tags: intermediate experimental c++14 c++11 basics advanced
A new video from Meeting C++:
Functional Programming in C++
by Nicola Gigante
By Meeting C++ | Jan 22, 2016 04:02 AM | Tags: performance intermediate experimental efficiency advanced
A new talk from Meeting C++ 2015:
Generic programming for structure-aware algorithms
by Guntram Berti
By Meeting C++ | Jan 20, 2016 07:31 AM | Tags: iot intermediate experimental embedded advanced
A new video from Meeting C++ 2015:
Mastering the IoT with C++ and JavaScript
Günter Obiltschnig
By Meeting C++ | Jan 19, 2016 06:36 AM | Tags: intermediate experimental embedded basics advanced
A new video from Meeting C++ 2015:
Deeply Embedded C++
by John Hinke
By Mantosh Kumar | Jan 17, 2016 10:54 PM | Tags: intermediate
How to write customizable framework which would work on "practically any type". This article is continuation of author previous post: "Overload resolution".
A customizable framework
by Andrzej Krzemieński
From the article:
We want to provide a function (or a set of overloaded functions) that would ‘do the right job’ for ‘practically any type’, or for ‘as many types as possible’. As an example of such ‘job’ consider std::hash: what we want to avoid is the situation, where you want to use some type X as a key in the standard hash-map, but you are refused because std::hash does not ‘work’ for X. In order to minimize the disappointment, the Standard Library makes sure std::hash works with any reasonable built-in or standard-library type. For all the other types, that the Standard Library cannot know in advance, it offers a way to ‘customize’ std::hash so that they can be made to work with hash-maps.
By Meeting C++ | Jan 15, 2016 01:20 PM | Tags: libraries intermediate experimental boost advanced
A new video from Meeting C++ 2015:
C++ on GPUs done right?
by Peter Steinbach
The video:
By Meeting C++ | Jan 13, 2016 03:25 AM | Tags: intermediate c++14 basics advanced
A new video from Meeting C++ 2015:
Variadic and Variable Templates in C++14
by Peter Sommerlad
By Meeting C++ | Jan 12, 2016 06:40 AM | Tags: performance intermediate advanced
A new video from Meeting C++ 2015
Utilize your CPU power
by Mario Mulansky