Two videos from Meeting C++ on Modules
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
March 11-13, Online
March 16-18, Madrid, Spain
March 23-28, Croydon, London, UK
March 30, Kortrijk, Belgium
May 4-8, Aspen, CO, USA
May 4-8, Toronto, Canada
June 8 to 13, Brno, Czechia
June 17-20, Folkestone, UK
September 12-18, Aurora, CO, USA
November 6-8, Berlin, Germany
November 16-21, Búzios, Rio De Janeiro, Brazil
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!)...
By Adrien Hamelin | Apr 23, 2020 10:29 AM | Tags: community c++11
Do you have that problem?
Qt, range-based for loops and structured bindings
by Ivan Čukić
From the article:
Qt has a long history. The first stable version was released before the first version of C++ was standardized and long before the different C++ compiler vendors started shipping usable implementations of the C++ standard library. Because of this, Qt often followed (and still follows) some design idioms that feel unnatural to the usual C++ developer.
This can have some downsides for the Qt ecosystem. The evolution of the C++ programming language which sped up quite a bit in the last decade often brings improvements which don’t fit well with the Qt philosophy. In this blog, I offer some ways to work with this...
By Adrien Hamelin | Apr 23, 2020 10:28 AM | Tags: community
Are you using it?
Microsoft GSL v3.0.0 Released
by Jordan Maples
From the article:
Here are some highlights:
- New unsigned implementation of gsl::span
- New implementation of gsl::span_iterator
- Contract violations result in termination
- Additional CMake support...
By Meeting C++ | Apr 20, 2020 06:38 AM | Tags: performance meetingcpp intermediate experimental efficiency community c++20 c++17 c++14 c++11 basics advanced
Today I have the honor to give the kick-off for the official planning and participation in Meeting C++2020:
Announcing Meeting C++ 2020
by Jens Weller
From the article:
Meeting C++ returns with its 2020 conference edition! Like in the previous years, we'll be meeting in Berlin from the 12. - 14th November!
With the current situation of COVID-19, planning events for this year is difficult, though I have decided to go ahead and start the preparations for Meeting C++ 2020! I will keep you posted through out 2020 on the changes for this years conference!