Modernes C++ goes Worldwide--Rainer Grimm
Want to get your c++ better?
Modernes C++ goes Worldwide
by Rainer Grimm
From the article:
I'm happy to announce that I offer English and German online seminars.
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Adrien Hamelin | May 15, 2020 01:44 PM | Tags: community
Want to get your c++ better?
Modernes C++ goes Worldwide
by Rainer Grimm
From the article:
I'm happy to announce that I offer English and German online seminars.
By Meeting C++ | May 13, 2020 06:53 AM | Tags: training meetingcpp learning intermediate efficiency community c++17 c++14 c++11 basics advanced
Meeting C++ Trainings - a site for online trainings launched on Monday:
Announcing the start of Meeting C++ Trainings
by Jens Weller
From the article:
Meeting C++ organizes now its own online trainings, learn C++ from the leading experts!
You can choose trainings from several trainers and participate in the training you need online. Both half day and full day trainings are available. Right now the listed trainings start by mid June and go into July, but soon also Trainings in August and September will be available. My goal is to offer 1-2 Trainings per trainer in one quarter...
By Adrien Hamelin | May 11, 2020 10:48 AM | Tags: community
The new version is out.
GCC 10.1 Released
by Jakub Jelinek
From the article:
A year has lapsed away since the release of last major
GCC release, more than 33 years passed since the first
public GCC release and the GCC developers survived
repository conversion from SVN to GIT earlier this year.Today, we are glad to announce another major GCC release, 10.1.
This release makes great progress in the C++20 language support,
both on the compiler and library sides [1], some C2X enhancements,
various optimization enhancements and bug fixes, several new
hardware enablement changes and enhancements to the compiler back-ends
and many other changes. There is even a new experimental static
analysis pass [2]...
By Meeting C++ | May 3, 2020 05:49 AM | Tags: modules meetingcpp community c++20
This weekend two videos from Meeting C++ 2019 on Modules have been published:
Modules the beginner's guide - Daniela Engert
Modules are coming - Bryce Adelstein Lelbach
By Adrien Hamelin | Apr 29, 2020 12:18 PM | Tags: community
With two new libraries.
Boost Version 1.73.0
From the article:
New Libraries
- Nowide: Standard library functions with UTF-8 API on Windows, from Artyom Beilis.
- StaticString: A dynamically resizable string of characters with compile-time fixed capacity and contiguous embedded storage, from Vinnie Falco and Krystian Stasiowski
...
By Adrien Hamelin | Apr 29, 2020 12:16 PM | Tags: community
Interested?
How to Use C++ for Azure Storage
by Bartlomiej Filipek
From the article:
Blob storage is an object storage service you use in Azure. It is designed for storing large volumes of unstructured data, including text, binary data, images, and text. In this service, your data is stored in containerized blobs with a directory-like structure. You can use blob storage to ensure flexible access to storage, high availability, and data consistency. Read on to learn how you can use C++ with Azure storage...
By Meeting C++ | Apr 29, 2020 08:36 AM | Tags: meetingcpp intermediate efficiency community c++17 basics
The first two keynotes for Meeting C++ 2020 are announced!
Keynotes at Meeting C++ 2020
by Jens Weller
From the article
Today I can announce the first two keynotes (opening and center keynotes) for Meeting C++ 2020!
By Adrien Hamelin | Apr 27, 2020 12:30 PM | Tags: community
Did you try it?
Finding build bottlenecks with C++ Build Insights
by Kevin Cadieux
From the article:
C++ Build Insights offers more than one way to investigate your C++ build times. In this article, we discuss two methods that you can use to identify bottlenecks in your builds: manually by using the vcperf analysis tool, or programmatically with the C++ Build Insights SDK. We present a case study that shows how to use these tools to speed up the Git for Windows open source project. We hope these tutorials will come in handy when analyzing your own builds...
By Adrien Hamelin | Apr 27, 2020 12:24 PM | Tags: community c++20
The series continue.
C++20: Coroutines with cppcoro
by Rainer Grimm
From the article:
The cppcoro library from Lewis Baker gives you what C++20 doesn't give you: a library of C++ coroutine abstractions based on the coroutines TS...
By Adrien Hamelin | Apr 23, 2020 10:50 AM | Tags: community
Did you attend?
Trip report: C++ Siberia 2020
by Timur Doumler
From the article:
In 2019, I had a very busy conference year. I had just become self-employed, which meant I did not have to ask anyone’s permission anymore to go to a C++ conference. And because conferences are fun, I decided to go to all of them. Well, not all of them, but I ended up speaking at quite a few that year: CppOnSea (Folkestone), ACCU (Bristol), using std::cpp (Madrid), 4Developers (Warsaw), C++Now (Aspen), CoreC++ (Tel Aviv), C++Russia (both of them – Moscow & St. Petersburg), CppCon (Denver), ACCU Autumn (Belfast), MeetingC++ (Berlin), and finally CoreHard (Minsk). The latter one was particularly memorable because it was the first time a C++ conference invited me to deliver the opening keynote (and it was an amazing experience – thank you!)...