community

Jason Turner and Rob Irving join Meeting C++ 2020 for an shared AMA

The 3rd and last AMA planned for Meeting C++ 2020 is with Jason Turner and Rob Irving!

Jason Turner and Rob Irving join Meeting C++ 2020 for an shared AMA

by Jens Weller

From the article:

Jason and Rob are well known for being the Hosts of CppCast, but also have a live beyond this in the tech world. Jason is well known for his C++ weekly and recently published a book about C++ best practices. While Rob is an experienced software developer and team lead with a strong focus on C++, but also knows C#, Objective C, Java and Ruby.

The current Berlin status for Meeting C++ 2020

An update on how Meeting C++ 2020 will be online but also feature a small onsite event in Berlin:

The current Berlin status for Meeting C++ 2020

by Jens Weller

From the article:

With this post I'd like to give you the details for the onsite event in Berlin in November 2020.

First, let me say that unless there is a local lockdown, this is going to happen. I've been in Berlin at the beginning of the week, and had a meeting with the hotel. So this is the up to date information. And I assume for some of you its something to look forward to, to enjoy a real conference with actual people in 2020. The tickets for Berlin are available, and these include access to the online event.

Clang 11.0.0 Release Notes — Clang 11 documentation

The new version is here.

Clang 11.0.0 Release Notes — Clang 11 documentation

From the article:

This document contains the release notes for the Clang C/C++/Objective-C frontend, part of the LLVM Compiler Infrastructure, release 11.0.0. Here we describe the status of Clang in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see the LLVM documentation. All LLVM releases may be downloaded from the LLVM releases web site.

Virtual C++ Day 2020

An online-only full day of C++:

C++ Day 2020

November 28, 2020

 

In a nutshell

The C++ Day 2020 is an online-only event about C++ with live sessions and virtual tables for networking (based on Remo).

 

What can I find in the Virtual C++ Day 2020?

We are scheduling:

  • 8x50-min live sessions
  • virtual networking based on Remo

You can refer to the event page for more information.

 

How can I attend the virtual event?

The event will go live on November 28 from 9 AM CEST and will last for the entire day.

All the sessions will be hosted on our YouTube channel. However, only registered people can see session links in advance.

Virtual tables will be hosted on Remo, kindly made available by the Standard C++ Foundation. For invitation link and further details, you must register.
 

Who supports this event?

The event is totally organized by the Italian C++ Community and it is supported by the Standard C++ Foundation.

 

Do I need to register?

The C++ Day 2020 is totally free (as all the previous editions) but you must register to be invited to virtual tables and to receive session links in advance.

Direct link to (free) tickets here.

 

 

See you at the event, safely from home!

C++ as a Second Language (Chrome University 2020)--Chris Blume

The basics.

C++ as a Second Language (Chrome University 2020)

by Chris Blume

Summary of the video:

A tour of C++ for experienced/advanced programmers coming from other languages (C/Java/JS/Python/Go/VHDL/etc). Chris Blume explains C++11 features, free functions, include & linkage, destructors & scope, RAII, pass-by-value / -reference, the standard library, and smart pointers...

Announcing the closing keynote of Meeting C++ 2020!

Finally I can announce the closing keynote of this years Meeting C++ conference!

Announcing the closing keynote of Meeting C++ 2020

by Jens Weller

From the article:

During September I was thinking about this years closing keynote. It would have been fine to leave it open, but its also the case that 2020 gives us opportunities and so I thought about who could be giving this years closing keynote.

Adding ask me anything to Meeting C++ 2020

Some news about this years Meeting C++ conference: we'll have 2 AMAs!

Adding ask me anything to Meeting C++ 2020

by Jens Weller

From the article:

Some news on Meeting C++ 2020! Attendees will be able to attend AMA sessions with...

During CppCon I noticed how well AMA sessions went and that they are a great feature for an online conference. And for some time I knew that this years conference has some extra space for content due to its online nature.

New C++ features in GCC 10--Marek Polacek

Compiler improving.

New C++ features in GCC 10

by Marek Polacek

From the article:

The GNU Compiler Collection (GCC) 10.1 was released in May 2020. Like every other GCC release, this version brought many additions, improvements, bug fixes, and new features. Fedora 32 already ships GCC 10 as the system compiler, but it’s also possible to try GCC 10 on other platforms (see godbolt.org, for example). Red Hat Enterprise Linux (RHEL) users will get GCC 10 in the Red Hat Developer Toolset (RHEL 7), or the Red Hat GCC Toolset (RHEL 8).

This article focuses on the part of the GCC compiler on which I spend most of my time: The C++ front end. My goal is to present new features that might be of interest to C++ application programmers. Note that I do not discuss developments in the C++ language itself, although some language updates overlap with compiler updates. I also do not discuss changes in the standard C++ library that comes with GCC 10.

We implemented many C++20 proposals in GCC 10. For the sake of brevity, I won’t describe them in great detail. The default dialect in GCC 10 is -std=gnu++14; to enable C++20 features, use the -std=c++20 or -std=gnu++20 command-line option. (Note that the latter option allows GNU extensions.)...

CLion 2020.3 EAP: CTest, Set Execution Point in Debug, Qt project templates...--Anastasia Kazakova

Tools improving.

CLion 2020.3 EAP: CTest, Set Execution Point in Debug, Qt project templates, and MISRA Checks

by Anastasia Kazakova

From the article:

There are many useful changes and improvements planned for CLion 2020.3, and today we are ready to share some of them with you. CLion officially starts the 2020.3 Early Access Program today!

For those who just joined us, EAP builds are free and valid for 1 month, so you don’t need an active subscription to try them out. However, the quality of EAP builds is usually lower than that of releases. If you are wondering why taking part in an EAP is worth your while, please see this nice explanation by the WebStorm team...