Early Bird Deadline | First Speaker Announcement

Next week is the last opportunity for Early Bird registration. Only nine days (four US business days) remain before the deadline.

We’ll be counting down the days with announcements of this year’s plenary speakers, including today’s plenary speaker announcement.

Next Friday, the last business day of Early Bird registration, we’ll share a special goodie.

Plenary Speakers: Bjarne Stroustrup and Herb Sutter

Herb SutterBjarne Stroustrup

Two of our most popular speakers, Bjarne Stroustrup and Herb Sutter, are confirmed speakers for CppCon 2018. We are not yet ready to announce titles for these talks.

Call for Volunteers – Announcing Our New Volunteer Grant Program

Volunteering at CppCon

If you would like to attend CppCon 2018, see great C++ content, and meet our speakers and attendees, but a week’s registration doesn’t fit your time or money budget, consider volunteering.

Ambience_and_snacks_6

We are looking for volunteers to help run the conference. We need people to:

  • help assemble registration packets and badges,
  • register attendees,
  • assist speakers with Audio/Video (AV),
  • and, in general, be on hand to make things run smoothly.

In exchange, we’ll see to it that you’ll spend at least half of your time in sessions. It would be great if you could join us for the whole week, but if you can only make it for one or two days, we can work with that. We have information on our Volunteer Page. If you would like more information, please email volunteers@cppcon.org.

Announcing the Volunteer Grant Program, new for 2018

Most of the volunteers that we’ve had at CppCon have come from the local area. We are delighted with the support that we’ve received from the Northwest C++ Users’ Group and the Seattle area C++ community. The help that we’ve received running the conference for the last four years has been invaluable for the conference, but it is also a wonderful experience for anyone interested in C++. We’d like to make that opportunity available more broadly, so we are announcing a program to provide financial support that will make it possible for individuals to volunteer, even if they would have to incur travel and lodging expenses to attend the conference.

This program has grants to cover some or (in a few cases) all of the costs of lodging and travel for a limited number of volunteers. Grants will be awarded to applicants that can commit to volunteering for five days. Grant applications will be judged on the basis of participation and leadership in the C++ community.

If you:

  • are active in the C++ community on-line, in your local user group, or at C++ events,
  • are actively supporting C++ on StackOverflow or GitHub,
  • have worked on an Open Source C++ project like an Open Source library, CppReference, C++VAP,
  • write reviews for Open Source libraries on Boost, Boost Incubator, or C++ Reviews,
  • or, have a blog, podcast or YouTube channel on C++,

but have not attended CppCon because you can’t afford the travel and lodging, this is your opportunity.

For more information about the Volunteer Grant Program, read our Volunteer Page.

Submission Reminder

Submission Deadline

The deadline for session submissions is only days away. Review the Call for Submissions and make your submission soon. You can run your ideas by the Submission Advice mailing list, but you must hurry for this. The advice list gets very busy as the deadline draws near.

Call for Program Committee

Because CppCon is a community-run conference, we ask members of the community that are experienced C++ programmers to consider joining the CppCon Program Committee.

The PC’s job is to evaluate the hundreds of submissions that we receive for each conference so we can make the best possible program every year. This is a challenging job and requires a time commitment from a lot of very talented people. PC members get the satisfaction of serving the C++ community and the opportunity to “pay forward” the benefits they’ve received from the conference program. They also have the opportunity to keep abreast of interesting trends and developments in C++. Those PC members who would like to present at CppCon or other conferences will discover that reviewing submissions will result in increased skill at creating compelling conference submissions.

Please review the CppCon Program Committee Reviewers’ Guide and contact program@cppcon.org if you’re interested in joining the committee.

Call for Submission Advisors

If you have experience creating conference presentations or evaluating conference submissions, please consider helping with the CppCon Submission Advice mailing list.

The work of the Submission Advice volunteers is important to getting the best possible program for the conference each year. It particularly important for us to reach our goal of getting new voices and first time presenters to be represented in the program.

Please review the Submission Advice Volunteers’ Guide and contact program@cppcon.org if you’re interested in volunteering on the Submission Advice mailing list.

Registration for CppCon 2018 is Open

Registration is now open for CppCon 2018 to be held September 23-28, 2018 at the Meydenbauer Center in Bellevue, Washington, USA.

CppCon is the annual, week-long face-to-face gathering for the entire C++ community. The conference is organized by the C++ community for the community. You will enjoy inspirational talks and a friendly atmosphere designed to help attendees learn from each other, meet interesting people, and generally have a stimulating experience. Taking place this year in the beautiful Seattle neighborhood and including multiple diverse tracks, the conference will appeal to anyone from C++ novices to experts.

Audience13

What you can expect at CppCon:

CppCon’s goal is to encourage the best use of C++ while preserving the diversity of viewpoints and experiences. The conference is a project of the Standard C++ Foundation, a not-for-profit organization whose purpose is to support the C++ software developer community and promote the understanding and use of modern, standard C++ on all compilers and platforms.

CppCon 2018 Call for Submissions

CppCon is the annual, week-long face-to-face gathering for the entire C++ community. The conference is organized by the C++ community for the community and so we invite you to present. The conference regular program consists of five days of seven tracks of one hour sessions.

Have you learned something interesting about C++, maybe a new technique possible in C++14/17? Or perhaps you have implemented something cool related to C++, maybe a new C++ library? If so, consider sharing it with other C++ enthusiasts by giving a regular program talk at CppCon 2018.

The submissions deadline is May 11 with decisions sent by July 1.

For topic ideas, possible formats, submission instructions and valuable advice on how to make the best possible submission, see the Submissions page.

Note: Calls for lightning talks and Open Content sessions will be made this summer. The deadline for these is the conference itself.

Call for Proposals for CppCon 2018 Classes

The conference is asking for instructors to submit proposals for pre- and post-conferences classes to be taught in conjunction with next September’s CppCon 2018.

If you are interested in teaching such a class, please contact us at info@cppcon.org and we’ll send you an instructors’ prospectus and address any questions that you might have. The deadline for submitting proposals is December 22nd, 2017.

Plenary Announced: Matt Godbolt

Matt Godbolt‘s closing plenary is entitled, What Has My Compiler Done for Me Lately? Unbolting the Compiler’s Lid The abstract gives a history of the project that has made Godbolt a verb:

Matt GodboltIn 2012, Matt and a colleague were arguing whether it was efficient to use the then-new-fangled range for. During the discussion a bash script was written to quickly compile C++ source and dump the assembly. Five years later and that script has grown into a website relied on by many to quickly see the code their compiler emits, to compare different compilers’ code generation and behaviour, to quickly prototype and share code, and investigate the effect of optimization flags.

In this talk Matt will not only show you how easy (and fun!) it is to understand the assembly code generated by your compiler, but also how important it can be. He’ll explain how he uses Compiler Explorer in his day job programming low-latency trading systems, and show some real-world examples. He’ll demystify assembly code and give you the tools to understand and appreciate how hard your compiler works for you.

He’ll also talk a little about how Compiler Explorer works behind the scenes, how it is maintained and deployed, and  share some stories about how it has changed over the years. By the end of this session you’ll be itching to take your favourite code snippets and start exploring what your compiler does with them.

If you’d like to thank Matt in person for Compiler Explorer, there is still time to register (but not much).

Plenary Announced: Lars Knoll

Lars Knoll

Lars Knoll‘s plenary is entitled, Qt as a C++ Framework: History, Present State and Future.

This address is a good overview for those that are new to Qt and offers a look into the future for those that are using Qt now. From the abstract:

Qt is one of the largest and most widely used C++ frameworks. It is fully cross-platform, covering all functionality required to develop advanced graphical applications. The talk will go through important parts of Qt’s history from it’s roots to what it is today. We will have a look into the relation between Qt and C++, some of the design philosophies driving the evolution of Qt. I’ll go through the current state of the frameworks, latest releases, ongoing development focus, and give an outlook into the future.

This is a valuable opportunity to get an insider’s understanding of one of the most successful frameworks in C++.

Plenary Announced: Herb Sutter

Herb SutterHerb Sutter‘s plenary is entitled, Meta: Thoughts on generative C++. As he tells us:

Two years ago, I started to focus on exploring ways that we might evolve the C++ language itself to make C++ programming both more powerful and simpler. The only way to accomplish both of those goals at the same time is by adding abstractions that let programmers directly express their intent—to elevate comments and documentation to testable code, and elevate coding patterns and idioms into compiler-checkable declarations. The work came up with several potential candidate features where judiciously adding some power to the language could simplify code dramatically, while staying true to C++’s core values of efficient abstraction, closeness to hardware, and the zero-overhead principle. 

The first two potential candidate features from that work to be further developed and proposed for ISO C++ are the <=> unified comparison operator (minor) and what I’ve provisionally called “metaclasses” as a way to generatively write C++ types (major). This talk is about the latter, and includes design motivation, current progress, and some live online compiler demos using the prototype Clang-based compiler built by Andrew Sutton and hosted at godbolt.org.

This presentation is an expansion of the Thoughts on Metaclasses session, presented at ACCU this past April. Due to the overwhelming positive response the presentation generated, Herb will expand the scope and focus on the implications of Metaclasses that it will bring to future progress of the C++ language. The concept is a groundbreaking change in C++ development and is a session not to be missed.