community

C++ User Group Meetings in November

The monthly overview on upcoming C++ User Group Meetings...

C++ User Group Meetings in November

by Jens Weller

From the article:

The monthly overview on upcoming C++ User Group Meetings! With next weeks Meeting C++ 2017 conference, many members of the new and established C++ User Groups will meet in Berlin! I hope to motivate again many visiting folks to start attending a near by C++ User Group, or to start their own User Group, if it does not yet exist.

There are 5 new C++ User Groups: Core C++, Israel, Brisbane, Moscow, Lissabon, Canterbury...

Bjarne Stroustrup Interview at cppcon 2017--Steve Carroll

Another great interview!

Bjarne Stroustrup Interview at cppcon 2017

by Steve Carroll

From the video:

We are back with footage from cppcon 2017, which occurred in Bellevue, Washington! In this special GoingNative episode, our host Steve Carroll chats with Gabriel Dos Reis and Bjarne Stroustrup, the creator of C++, about his keynote this year on the topic of education: Learning and Teaching Modern C++ (available on YouTube).

C++ Day 2017 event in Italy (Italian only)

A full day of C++ in the Italian language:

C++ Day 2017

December 2, 2017

Modena.

The site and the event are entirely in Italian. Here is a translation of the main information:

In a nutshell

The C++ Day 2017 is a full-day event entirely dedicated to the C++ language, hosted in Modena (Italy), the heart of the so-called Motor Valley: a land displaying the best of the motor and racing world. Companies like Ferrari, Maserati, Lamborghini, Pagani, Ducati reside here.

The event consists in some technical sessions and networking.

Italian C++ professionals will speak (in Italian) on different C++ topics, including: Artificial Intelligence, UI, Interoperability and STL.

 

Who should attend the C++ Day 2017?

This event is made by C++ professionals for C++ professionals, students and enthusiasts. Whoever is interested in the C++ language and is keen on meeting the Italian C++ ecosystem is welcome!

 

What can I find in the C++ Day 2017?

The agenda consists of 5x60' tech talks and 2.5 hours allocated for networking. The event is also an opportunity to meet people working in the Motor Valley.

About the technical sessions, speakers will talk about:

  • (Slightly) Smarter Smart Pointers (Carlo Pescio)
  • C++ & UI: a different approach (Daniele Pallastrelli)
  • Immediate Mode Graphical User Interfaces in C++ (Stefano Cristiano)
  • C/C++ interoperability with other languages (Alberto Bignotti)
  • Artificial Intelligence, today (Sebastiano Galazzo)

Coffee breaks are included, lunch is not: people are encouraged to enjoy the lovely center of the city.

You can refer to the detailed program for more information.
 

When and Where will the C++ Day 2017 take place?

The event will be held on December 2, 2017 at Centro Culturale Alberione, in Modena (Italy). The location is in the center of the city, 10-minute walk from the main train station.

Check-in opens at 8.30 AM, the main event begins at 9.30 AM and will last for a full day.
 

Who supports this event?

Recognition Robotics and Sigeo are our sponsors.

O'Reilly supports the C++ Day with free books.

We are still open to sponsorships. Get in touch if you want to support/sponsor the event!

 

Do I need to register?

The C++ Day 2017 is free, but you must register to facilitate the organization of the event.

You can register here.

Keynotes at Meeting C++ 2017

With the conference just a few weeks away, an update on the 3 awesome keynotes of this years Meeting C++:

Keynotes at Meeting C++ 2017

by Jens Weller

From the article:

Are you excited for Meeting C++ 2017?!? I quickly wanted to give an update on the 3 keynotes at the conference this year! Each day will feature one keynote, where the first two are in the morning, while the Closing Keynote is kind of the last thing to happen before the closing message. Also, all 3 keynote speakers have now (finally) their speaker profile.

ACCU 2018 Call for sessions -- ACCU

The ACCU 2018 is now putting together its program, and they want you to speak on C++. The ACCU has a strong C++ track, though it is not a C++-only conference. If you have something to share, check out their

Call for Sessions

by the ACCU

From the article:

ACCU the conference is put on by ACCU the organisation, but is open to anyone who wishes to attend, not just members of the organisation. Obviously ACCU the organisation hopes that anyone not a member that attends ACCU the conference joins ACCU the organisation – and there is a stand at the conference for people to do exactly that.

So for content, ACCU the conference is looking for any material that is interesting to people who create software. Historically, ACCU has a lot of C++ and C content, and is proud of that: ACCU is the foremost annual conference for people interested in C++ and C, at least in and around the UK. But it is not just a C++ and C conference, ACCU is about programming in whatever language people are using, with whatever tools and processes people are using: D, Chapel, Java, Kotlin, C#, F#, Groovy, Rust, Go, Python, Ruby, Lisp, to name just a few programming languages about which there have been sessions at ACCU conferences.

See the 2017 schedule for examples.

The Call for Sessions lasts for about 5 weeks and will close on Friday 2017-11-17 T23:59+00:00.

C++17--Egor Bredikhin

A reminder of what C++17 bring:

C++17

by Egor Bredikhin

From the article:

C++ language is constantly evolving, and for us, as for developers of a static analyzer, it is important to track all its changes, in order to support all new features of the language. In this review article, I would like to share with the reader the most interesting innovations introduced in C++17, and demonstrate them with examples.