community

Taming the power of C++ with AI

A new blog article on an exciting idea for C++

Taming the power of C++ with AI

by Jens Weller

From the article:

In January Bryce Adelstein Lelbach gave a talk about NDVIDIAS CUDASTL fork at my online C++ User Group. Shortly after this talk was published on YouTube I got contacted by a start up, seeking feedback on their ideas of accelerating C++ with help of GPUs and AI...

C++ on Sea 2021 - Dates, Call for Speakers and Keynote announced

C++ on Sea has announced 2021 dates - 30th June - 2nd July.

Announcing C++ on Sea 2021

by C++ on Sea

About the event

The event will be held online, again, but with more of a focus on workshop based training, which is now part of the standard ticket price.

The Call for Speakers is also open

The Call for Speakers runs until 18th April.

And the closing keynote announced

The closing (and only) keynote will be given by Ansel Sermersheim and Barbara Geller

Cling -- Beyond Just Interpreting C++--Vassil Vassilev, Wim Lavrijsen, Alexandru Militaru

New tools.

Cling -- Beyond Just Interpreting C++

by Vassil Vassilev, Wim Lavrijsen, Alexandru Militaru

From the article:

In our previous blog post “Interactive C++ for Data Science” we described eval-style programming, interactive C++ in Notebooks and CUDA. This post will discuss some developed applications of Cling supporting interoperability and extensibility. We aim to demonstrate template instantiation on demand; embedding Cling as a service; and showcase an extension enabling on-the-fly automatic differentiation...

Italian C++ Conference 2021 - Call for Sessions--Marco Arena

Will you answer?

Italian C++ Conference 2021 - Call for Sessions

by Marco Arena

From the article:

Since 2016, the Italian C++ Conference is the biggest and most successful event organized by the Italian C++ Community where professionals, companies and students meet to share experience about C++ development and practices.

The next conference is planned for June 19, online (Remo) and will be free to attend (as usual)...

Ticket Maps--Anthony Williams

Simple and efficient.

Ticket Maps

by Anthony Williams

From the article:

It has been an increasingly common scenario that I've encountered where you have some ID that's monotonically increasing, such as a subscription or connection index, or user ID, and you need your C++ program to hold some data that's associated with that ID value. The program can then pass round the ID, and use that ID to access the associated data at a later point...

Italian C++ Conference 2021 Call for sessions

The Italian C++ Conference 2021 is now putting together its program, and they want you to speak on C++. If you have something to share, check out their

Call for Sessions

by Marco Arena

About the conference:

The Italian C++ Conference 2021 will be online on June 19 and will host live sessions and networking on Remo.

The Italian C++ Conference is the biggest and most successful event organized by the Italian C++ Community and it is an environment where professionals, companies and students meet to share experience about C++ development and practices.

Since the first edition back in 2016, the conference has hosted amazing speakers like Andrei Alexandrescu, Walter Brown, Michael Wong, James McNellis, Bartosz Milewski, Ivan Čukić, Jens Weller, Phil Nash, Anastasia Kazakova, Peter Sommerlad, Rainer Grimm, Marc Goodner, Vittorio Romeo, and many more.

The Italian C++ Conference is put on by the Italian C++ Community and is open to anyone who wishes to be there either as a presenter or an attender.

The event will be free to attend.

The Call for Sessions will close on April 11 at 23:59 CET.

How to use C++ for Cross-Platform Development--Gusts Kaksis

Code once, deploy everywhere.

How to use C++ for Cross-Platform Development

by Gusts Kaksis

From the article:

My current line of work revolves around an app that runs on four platforms – Android, iOS, macOS and Windows. It’s core code base is written in C++ and it uses Objective-C (on iOS and macOS) and Java (on Android) to access native APIs. I wanted to share some tips and tricks that I’ve accumulated over time on how to make the ends meet.

This article will mainly concentrate on languages and so called backend part of the application, if you are also interested in cross-platform UI development, then that is a whole another story and I won’t be covering it here. I can only mention some good frameworks to start with, like Qt, React Native, Flutter to name a few (the latter two being further away from C++, but they have C++ bindings)...

Job related results from the Meeting C++ community survey

Taking a look at the job related questions from the Meeting C++ community survey.

Job related results from the Meeting C++ community survey

by Jens Weller

From the article:

I started a blog series about the results for 2020 of the Meeting C++ Community survey. As next week is the second online C++ Job fair, I thought I take a look at the job related questions.

This time all graphs show the result of 2020 on the left and the current result for 2021 on the left. So you can compare and see a few first changes to 2020. Mostly the results are similar though, most questions have so far around ~200 answeres in 2021. If this trend continues, 2021 is going to collect again around 1-1.5k answers per Question it seems.

Lets start with what is your job title today?

CLion 2021.1 EAP: Branch Coverage, New MISRA Checks, and Remote Makefile projects--Anastasia Kazakov

Interested?

CLion 2021.1 EAP: Branch Coverage, New MISRA Checks, and Remote Makefile projects

by Anastasia Kazakova

From the article:

A new CLion 2021.1 EAP build (211.6305.15) is now available from our website, via the Toolbox App, or as a snap package (if you are using Ubuntu). Note that if you are on macOS, there is a separate build for Apple Silicon (M1 chip)...