Meeting C++ 2018-Coroutine TS a new way of thinking--Andreas Reischuck
The future.
Coroutine TS a new way of thinking
by Andreas Reischuck
From the article:
Coroutine TS a new way of thinking
Andreas Reischuck
Meeting C++ 2018
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Adrien Hamelin | Feb 11, 2019 01:00 PM | Tags: experimental community
The future.
Coroutine TS a new way of thinking
by Andreas Reischuck
From the article:
Coroutine TS a new way of thinking
Andreas Reischuck
Meeting C++ 2018
By Adrien Hamelin | Feb 11, 2019 12:59 PM | Tags: community
It can do it.
Using VS Code for C++ development with containers
by Marc Goodner
From the article:
This post builds on using multi-stage containers for C++ development. That post showed how to use a single Dockerfile to describe a build stage and a deployment stage resulting in a container optimized for deployment. It did not show you how to use a containers with your development environment. Here we will show how to use those containers with VS Code. The source for this article is the same as that of the previous article: the findfaces GitHub repo...
By Meeting C++ | Feb 11, 2019 10:27 AM | Tags: performance meetingcpp intermediate efficiency c++20 basics advanced
Next Video from Meeting C++ 2018:
Dealing with aliasing using contracts
by Gábor Horváth
By Sumant | Feb 11, 2019 01:54 AM | Tags: None
Do you unit test your C++ templates? It may be tricky as sometimes it's not clear how to inject mock code into a template. Traits can help!
Unit Testing C++ Templates and Mock Injection Using Traits
by Sumant Tambe
About the Article:
Unit testing your template code comes up from time to time. (You test your templates, right?) Some templates are easy to test. No others. Sometimes it's not clear how to about injecting mock code into the template code that's under test. I've seen several reasons why code injection becomes challenging.
By Marc Gregoire | Feb 10, 2019 09:05 AM | Tags: monoids community boost
On February 4th, 2019, the Belgian C++ Users Group had their next event sponsored by Sioux.
Slides of the 4th of February 2019 BeCPP Meeting
About the event:
- “Parsing CSS in C++ with Boost Spirit X3” by Ruben Van Boxem
- “Using Monoids in C++” by Kristoffel Pirard
If you couldn’t attend the event in person, or if you would like to go over the material again, you can download them from the BeCPP website.
By Meeting C++ | Feb 10, 2019 08:01 AM | Tags: meetingcpp intermediate c++17 basics
A talk on pattern matching with C++17 std::variant
std::variant and the power of pattern matching
by Nikolai Wuttke
By Meeting C++ | Feb 9, 2019 04:59 AM | Tags: tmp meetingcpp intermediate experimental c++17 c++14 c++11 basics advanced
Ivan Cukic on TMP and ...
A new look at TMP
by Ivan Cukic
By Meeting C++ | Feb 8, 2019 03:56 AM | Tags: tools performance meetingcpp intermediate efficiency build system build
A guide to faster builds
The Hitchhikers guide to faster builds
by Viktor Kirilov
By Meeting C++ | Feb 7, 2019 03:18 AM | Tags: meetingcpp intermediate efficiency c++17 c++14 c++11 basics
A great talk on how to initialize in C++
Initialization in modern C++
by Timur Doumler
By Meeting C++ | Feb 6, 2019 03:53 AM | Tags: meetingcpp intermediate c++17 c++14 advanced
Odin Holmes talking about his Mixin for C++ Design
C++ Mixins
by Odin Holmes