pinned_vector - Miro Knejp & Jakob Schweißhelm - Meeting C++ 2018
Next video from the B Track at Meeting C++:
pinned_vector
by Miro Knejp & Jakob Schweißhelm
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 3-8, Kona, HI, USA
By Meeting C++ | Feb 17, 2019 06:45 AM | Tags: performance meetingcpp intermediate experimental efficiency c++11 advanced
Next video from the B Track at Meeting C++:
pinned_vector
by Miro Knejp & Jakob Schweißhelm
By philsquared | Feb 16, 2019 11:53 AM | Tags: None
The videos from last week's conference are now starting to go up on YouTube.
C++ on Sea Videos Are Now Being Released
by C++ on Sea
From the article:
After a fantastic conference last week we're now starting to process and upload the videos to YouTube. We have a channel on YouTube you can subscribe to, or keep checking back to see the latest videos. Please do share them around!
By Blog Staff | Feb 14, 2019 11:48 AM | Tags: None
A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4801
Date: 2019-02-08
WG21 pre-Kona telecon minutes
by Nina Ranns
By Meeting C++ | Feb 14, 2019 03:16 AM | Tags: performance meetingcpp iostream intermediate format fmt efficiency c++11 basics
An introduction to the {fmt} library.
Socializing with {fmt}
by Daniela Engert
By Meeting C++ | Feb 13, 2019 05:38 AM | Tags: performance meetingcpp intermediate functional programming fp experimental efficiency c++17 advanced
HOFs explained by Björn Fahller
Higher Order Functions for ordinary developers
by Björn Fahller
By Meeting C++ | Feb 12, 2019 05:50 AM | Tags: testing security performance meetingcpp efficiency basics
An intro to fuzzing from Meeting C++ 2018!
Structure aware fuzzing
by Réka Kovács
By Adrien Hamelin | Feb 11, 2019 01:03 PM | Tags: stl intermediate
What do you think?
Why You Should Use std::for_each over Range-based For Loops
by Jon Kalb
From the article:
I’d like start by thanking Jonathan for creating and maintaining the Fluent{C++} blog, for the conversations that it spawns, and for letting me contribute with this guest post. Jonathan has invited me to add my thoughts on his previous posting, Is std::for_each obsolete?
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