C++ Best Practices--Jason Turner
Interested?
C++ Best Practices
by Jason Turner
From the article:
Level up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Adrien Hamelin | Jan 25, 2021 01:32 PM | Tags: community
Interested?
C++ Best Practices
by Jason Turner
From the article:
Level up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
By Adrien Hamelin | Jan 25, 2021 01:29 PM | Tags: community
The series continue.
Build Throughput Series: More Efficient Template Metaprogramming
by Xiang Fan
From the article:
In the previous blog post I shared how template specialization and template instantiation are processed in the MSVC compiler. We will now look at some examples from real-world code bases to show some ways to reduce the number of them...
By Felix Petriconi | Jan 25, 2021 11:58 AM | Tags: community c++20
The schedule for the ACCU 2021 conference has been published. The complete conference will be held online because of the pandemic.
ACCU 2021 Schedule
by ACCU
About the schedule
Again there are three strong C++ tracks!
The keynote speakers are Emilie Bache, Kevlin Henney, Patricia Aas and Sean Parent
Beside the four days (2021-03-10 - 2021-03-13) with great talks, there are two days with these C++ related fullday workshops on the days before and after the conference.
- Better Code by Sean Parent
- Good Modern C++ Design and Practices by Peter Sommerlad
- Modern C++ Template Programming by Nico Josuttis
- Modern C++ Idioms by Mateusz Pusz
- Building and Packing Modern C++ by Adrian Ostrowski and Piotr Gaczkowski
- C++ Concepts: Constraining C++ Templates in C++20 and before by Mateusz Pusz
So don't hesitate to register here. The early bird discount is available until 2021-02-16.
The schedule is subject to change without notice until 2021-03-14
By Meeting C++ | Jan 19, 2021 04:20 AM | Tags: video meetingcpp community basics
New video from Meeting C++ 2020
Calling Functions - Meeting C++ 2020
by Klaus Iglberger
By Adrien Hamelin | Jan 5, 2021 12:53 PM | Tags: community
Did you know that tool?
Include What You Use
by Jonathan Boccara
From the article:
I’ve used the clang based include-what-you-use tool on a fairly large chunk of code — a couple of hundreds of files, containing dozens of includes each.
That was an interesting experiment.
Here are my takeaways on this powerful tool, what it can bring to your code, and a few things I wish I had known when I started using it...
By Adrien Hamelin | Jan 5, 2021 12:38 PM | Tags: community c++23 c++20
A summary of the year and the future.
C++ at the end of 2020
by Bartlomiej Filipek
From the article:
While 2020 was a crazy and hard year we were fortunate - C++20 was accepted and published, and the work on new features continues.
As usually every year, here’s my overview of the year: the standardization process, features, implementation, compilers, tools, books and more...
By Adrien Hamelin | Jan 5, 2021 12:29 PM | Tags: community
A year full of accomplishments.
Firsts in 2020 (or, A little dose of good news)
by Herb Sutter
From the article:
2020 has been mostly terrible. That includes for the C++ committee and many of our communities, where just this month we lost Beman Dawes. Beman was one of the most important and influential C++ experts in the world, and made his many contributions mostly behind the scenes. I and everyone else who has ever benefited from any of the standardized STL, Boost, C++Now, std::filesystem, C++98/11/14/17, and more — so, really, most people who have ever used C++ — all owe Beman a debt of gratitude. We miss him greatly.
To end the year with a little dose of good news, I thought I’d mention a just few positive C++ accomplishments that did happen for 2020, and were happier “first-ever” achievements.
First, the big one…
By Adrien Hamelin | Jan 4, 2021 12:07 PM | Tags: community advanced
Helping research.
Interactive C++ for Data Science
by Vassil Vassilev, David Lange, Simeon Ehrig, Sylvain Corlay
From the article:
In our previous blog post “Interactive C++ with Cling” we mentioned that exploratory programming is an effective way to reduce the complexity of the problem. This post will discuss some applications of Cling developed to support data science researchers. In particular, interactively probing data and interfaces makes complex libraries and complex data more accessible users. We aim to demonstrate some of Cling’s features at scale; Cling’s eval-style programming support; projects related to Cling; and show interactive C++/CUDA...
By Marco Arena | Dec 28, 2020 08:00 AM | Tags: community
Event report with some details on the online organization:
C++ Day 2020
by Marco Arena
By Meeting C++ | Dec 8, 2020 09:12 AM | Tags: performance meetingcpp intermediate experimental efficiency community basics advanced
This years center keynote given by Teresa Johnson
ThinLTO Whole Program Optimization - Meeting C++ 2020 Center Keynote
by Teresa Johnson