CppCon 2023 Program Announced

The Main Program schedule for CppCon 2023 is now live! This year, CppCon is back to an all-onsite format for the conference program.

We’ll have over eighty breakout sessions delivered onsite by the best C++ presenters in the industry, many returning from previous years as well as some exciting new voices. We’ve already announced our onsite Opening Keynote on Safe C++ and one other plenary talk on AI and C++, and will be announcing our other three headline talks here in coming days.

This year’s Main Program features a broad and deep general program. Within the program are six dedicated topic tracks: The Back to Basics Track, the Embedded Track, the Software Design Track, the Scientific Computing Track and Tooling Track are back, and we have a new Robotics Track! These “tracks” are to help find talks in specific areas, but as always, there are lots of talks not assigned to a specific track covering a wide variety of important topics.

In addition to the Main Program, we’ll have at least two panels (one on Safety and Security for C++, and our annual Committee Fireside Chat), multiple sessions of lightning talks, Open Content talks, BOFs, exhibitors, social events, and pre/post-conference classes that attendees have enjoyed in past years.

Most of the program is published, but we are still working on a few surprises, so keep checking back to see any new additions or time slot adjustments.

We’d like to thank the Program Committee, our speakers, and the many professionals who proposed talks which we, unfortunately, just couldn’t squeeze in this year. Thank you for your hard work and enthusiastic support for this year’s program!

We hope to see you all in less than a month—so register now.

CppCon 2023 program schedule is almost ready!

We’re sorry that posting the 2023 program schedule has taken two weeks longer than our original timeline, but it’s for positive reasons…

This year, we received the second-highest number of talk submissions ever, second only to 2019 pre-pandemic. Thank you to all the speakers for your support!

Sadly, we had to reject the most and highest-quality submissions ever because we have fewer physical meeting rooms available than in 2019. Together with the first point, this means that the set of talks we had to reject was the highest-quality “reject list” ever in CppCon’s history. Rejecting great talks we want to have is not a fun thing for anyone, and we appreciate all the speakers who didn’t make it in this year even though they submitted very, very strong talks we really wanted to have. Even if next year’s CppCon 2024 were made up of just the top talks held over from not fitting into our program space this year, next year would be one of our strongest programs ever; the talks that didn’t fit this year were that good, and were edged out only because the ones that did fit were so amazing.

The program committee generated the highest number of talk submission reviews ever. This year, 97 people actively served on the program committee, and generated more reviews than any year in CppCon’s history. We really appreciate their thoughtful evaluations of all the submitted talk proposals. Thank you to all the program committee members for your hard work this summer!

We have the highest number of chaired tracks ever. The chaired topical tracks this year are: Back to Basics; Embedded Systems; Scientific Computing; Robotics; Software Design; and Tooling. Thank you to all the chairs for stepping up to organize these topics on our 2023 program!

So there’s been more work than usual, but we are really excited about the CppCon 2023 program that will be posted in just a few days. We think it’s CppCon’s strongest program ever. And in addition to the program sessions, we’ve also started to announce this year’s highly-topical keynotes including Bjarne Stroustrup on “Delivering Safe C++” and Andrei Alexandrescu on “Exploring Generative AI for C++,” with three more headline talks still to be announced.

We look forward to seeing many of you there in person in early October! If you haven’t registered already, you can register here.

2023 Keynote, Andrei Alexandrescu: Robots Are after Your Job (or at Least the Boring Parts of It): Exploring Generative AI for C++

We are pleased to announce that Andrei Alexandrescu, one of the most popular presenters to ever appear at CppCon, will be appearing in person, in Aurora as a CppCon 2023 keynote presenter.

From his talk description:

Robots Are After Your Job (or at Least the Boring Parts of It): Exploring Generative AI for C++

Almost a year since the launch of ChatGPT – considered by many as the first truly compelling code generator that translates free-form human language into code – the C++ community continues to grapple with the implications. Reactions range from indifference or skepticism to genuine concern about the future of human programmers.

Meeting in person

Although some advanced C++ techniques are already accessible to tools like ChatGPT, certain fundamental aspects remain outside the reach of current and possibly next-generation generative AI tools. This disparity raises pivotal questions: Which parts of the intricate C++ ecosystem can we confidently delegate to generative AI? What uniquely human skills must we retain and refine?

We’ll probe the potential and limits of contemporary AI, taking a novel look at the age-old binary search algorithm. Although this algorithm has long been held up as a paragon of efficiency, we challenge that notion. What would ChatGPT have to say about it, and how might it partner with us to refine this cornerstone of algorithmic logic? The conversation opens a window into a future where developers become the “one percenters” of programming—focusing solely on the most cerebral and high-level challenges, while AI takes care of the everyday tasks. Join us to explore this fascinating paradigm shift and reflect on what it means for your own work in and with C++.

Registration Desk

Don’t miss this very timely presentation by one of the best.

Registration is now open so don’t miss out on CppCon 2023 this October 2-6. Register today!

 

 

 

 

CppCon 2023 Diversity & Attendance Support Ticket program

Again this year, CppCon is running a Diversity & Attendance Support Ticket program. These free tickets are for people who would not be able to attend otherwise. This program is limited to conference tickets and doesn’t include support for transportation or lodging. This is an open program, but reasons to apply may include financial assistance, that you are part of an underrepresented group in tech, and others.

In order to apply for this program, please fill in the application form here. The application deadline is September 9, 2023. Decisions will be sent by September 12.

We look forward to seeing many of you again this year at CppCon 2023!

Opening 2023 Keynote, Bjarne Stroustrup: Delivering Safe C++

Meeting in personCppCon 2023 will kick off on Monday, October 2 with Bjarne Stroustrup delivering the traditional opening keynote live in person in Aurora.

Bjarne’s annual opening keynote for CppCon is one of the most anticipated and most watched talks in C++. His talks are always among the most viewed presentations on the CppCon YouTube Channel.

From his talk description:

Delivering Safe C++

Type safety was one of the key initial C++ design ideals. We have evolved C++ to the point where we can write C++ with no violations of the type system, no resource leaks, no memory corruption, no garbage collector, no limitation of expressiveness or performance degradation compared to well-written modern C++.

We face three major challenges: To define what “safe” means in the context of various C++ uses, to guarantee such safety where guarantees are needed, and to get developers to write such verified safe code.

I outline an approach based on safety profiles to address these challenges, describe an approach to eliminate dangling pointers, and suggest how to eliminate all dangling pointers and all range errors. My aim for key applications is verified type-and-resource-safe C++. An emphasis is on minimizing costly run-time checks through the use of abstractions. I see the current emphasis on safety as an opportunity to complete one aspect of C++’s fundamental aims in real-world code.

Every year, Bjarne Stroustrup gives an important C++ talk in his CppCon opening keynote. Be at CppCon again this year as Bjarne Stroustrup flies us above this complex landscape of issues and shines a spotlight on the most important things to know, and to think about, in C++ in 2023. This year we aim to leave extra extended time for real-time questions and answers with the live audience. Come to the talk, bring your questions, and don’t miss out!

Registration DeskRegistration is now open so don’t miss out on CppCon 2023 this October 2-6. Register today!