community

Overload 161 is now available

ACCU’s Overload journal of February 2021 is out. It contains the following C++ related articles.

Overload 161 is now available

From the journal:

In. Sub. Ordinate.
By Frances Buontempo
Mindless rebellion is mindless. Frances Buontempo encourages mindful consideration of when to refuse.

A Case Against Blind Use of C++ Parallel Algorithms
By Lucian Radu Teodorescu
C++17 introduced parallel algorithms. Lucian Radu Teodorescu reminds us we need to think when we use them.

C++ – an Invisible Foundation of Everything
By Bjarne Stroustrup
What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions.

Test Precisely and Concretely
By Kevlin Henney
Tests can hit complete coverage but fail to communicate. Kevlin Henney reminds us that assertions should be necessary, sufficient, and comprehensible.

Afterwood
By Chris Oldwood
Think you’ve learnt it all? Chris Oldwood reminds us that unlearning then becomes our next problem.

6 years of weekly Meeting C++ Blogrolls!

Its now 6 years since Meeting C++ publishes a weekly blogroll for C++!

6 years of Meeting C++ Blogrolls

by Jens Weller

From the article:

Today 6 years ago the first weekly blogroll of Meeting C++ was released.

Since then it has been released on (most) Fridays, giving you a weekly overview of what happend in the C++ Blog scene and Videos in the past 7 days. Since last year...

ACCU 2021 Schedule Published -- ACCU

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

 

 

 

Include What You Use--Jonathan Boccara

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...

C++ at the end of 2020--Bartlomiej Filipek

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...

Firsts in 2020 (or, A little dose of good news)--Herb Sutter

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…