Can AI replace programmers? - Frances Buontempo - Meeting C++ 2019 Center Keynote
The Center Keynote from Meeting C++ 2019 is online:
Can AI replace programmers? - Frances Buontempo - Meeting C++ 2019 Center Keynote
by Frances Buontempo
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Dec 7, 2019 09:39 AM | Tags: meetingcpp machinelearning intermediate experimental community basics artificialintelligence ai advanced
The Center Keynote from Meeting C++ 2019 is online:
Can AI replace programmers? - Frances Buontempo - Meeting C++ 2019 Center Keynote
by Frances Buontempo
By Meeting C++ | Dec 6, 2019 10:42 AM | Tags: performance meetingcpp intermediate howard hinnant experimental efficiency community chrono c++20 c++17 c++14 c++11 basics advanced
The first keynote of this years Meeting C++ conference is online:
Opening Keynote Meeting C++ 2019 - Howard Hinnant - Design Rationale for the chrono Library
by Howard Hinnant
By Meeting C++ | Dec 5, 2019 10:06 AM | Tags: meetingcpp intermediate community c++20 c++17 c++11 basics advanced
The lightning talks from Meeting C++ 2019 are now online!
Meeting C++ Youtube Channel
by Jens Weller
From the article:
A few lightning talks I'd like to point to:
Finding hard to find bugs with Address Sanitizer - Marshall Clow
Consistently Inconsistent - Conor Hoekstra
By Adrien Hamelin | Nov 28, 2019 10:05 AM | Tags: community
Trip report.
Meeting C++ 2019 summary
by Schneide blog
From the article:
A fellow colleague and me had the pleasure to attend this years Meeting C++ 2019 from November 14th-16th in Berlin. It was my second visit and a quite interesting and insightful one. Therefore I would like to give a short summary and share some of my take-aways...
By Adrien Hamelin | Nov 28, 2019 10:01 AM | Tags: community boost
The series continue.
How C++17 Benefits from Boost Libraries, Part Two
by Bartlomiej Filipek
From the article:
As you know, Boost libraries give us a vast set of handy algorithms, types and features that we don’t have in the Standard Library. Many functionalities were “ported” into core C++. For example, in C++11 we got std::regex, threading and smart pointers..
By Adrien Hamelin | Nov 21, 2019 01:34 PM | Tags: community
Did you know?
How C++17 Benefits from Boost Libraries, Part One
by Bartlomiej Filipek
From the article:
In today’s article, I’ll show you battle-tested features from the well-known Boost libraries that were adapted into C++17.
With the growing number of elements in the Standard Library, supported by experience from Boost you can write even more fluent C++ code.
Read on and learn about the cool things in C++...
By Adrien Hamelin | Nov 18, 2019 12:48 PM | Tags: experimental community
Another report!
Trip Report: C++ Standards Meeting in Belfast, November 2019
by Botond Ballo
From the article:
Last week I attended a meeting of the ISO C++ Standards Committee (also known as WG21) in Belfast, Northern Ireland. This was the third and last committee meeting in 2019; you can find my reports on preceding meetings here (July 2019, Cologne) and here (February 2019, Kona), and previous ones linked from those. These reports, particularly the Cologne one, provide useful context for this post...
By Adrien Hamelin | Nov 13, 2019 11:36 AM | Tags: experimental community
Another one!
Trip Report: Freestanding Errors in Belfast
by Ben Craig
From the article:
The C++ standards committee met in Belfast, Northern Ireland (UK) between Nov 4 and Nov 8. This was my fifth committee meeting, third evening session, and my first paper accepted into the standard. Through clever manipulation of the process, I was also able to fix 1.5% of all the national body comments SINGLE HANDEDLY (with the help of a coauthor, several reviewers, the entirety of LEWG and LWG, and a few national bodies)...
By Adrien Hamelin | Nov 13, 2019 11:29 AM | Tags: experimental community
Getting closer to 20!
WG21 in my own backyard: Belfast trip report
by Guy Davidson
From the article:
November turned into a heavy travel month when I agreed to speak at both C++ Russia in St Petersburg and Meeting C++ in Berlin, either side of the Autumn WG21 committee in Belfast. I took what some considered to be “quite a risk” with St Petersburg: the date straddled the Brexit date, and I would be accompanied by my wife whom the organisers graciously agreed to pay to accompany me. She travels with an Irish passport, so the idea of both of us safely returning to the country immediately after a change to border law seemed potentially hazardous...
By Adrien Hamelin | Nov 11, 2019 10:40 AM | Tags: community
Take a listen.
CRTP and Israel Joining the C++ ISO
by CppCast
Summary of the podcast:
- Doubling the speed of std::uniform_int_distribution in the GNU C++ library
- Benchmarking is hard: processors learn to predict branches
- Boost.UT C++20 macro-free Unit Testing Framework
- C++20 The Big Four
- ASAN for Windows with MSVC