Structure aware fuzzing - Réka Kovács - Meeting C++ 2018
An intro to fuzzing from Meeting C++ 2018!
Structure aware fuzzing
by Réka Kovács
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 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
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