In this week’s instructor interview, Kevin Carpenter welcomes Mat Pusz for a discussion of his CppCon Academy class, C++ Concepts: Constraining C++ Templates in C++20 and Before. Mat quickly demonstrates the power and importance of constraining types when calling functions. His class will cover how to do this with the new concepts feature in C++20 and also how to do it if you are not yet using C++20.
In addition to his class, Mat is also going to be presenting A Physical Units Library For C++ during the Main Program. He will be discussing his library and the progress that the Standards committee has made toward including it in an upcoming standard.
Mat and Kevin also discuss the challenges and opportunities of online training. Mat discusses some of the techniques he has developed and the hardware and software tools that he uses.
Watch this space for more interviews with Kevin and CppCon presenters.
The title of Marc’s talk is C++20: An (Almost) Complete Overview. C++20 is going be discussed quite a bit at this year’s conference and in addition to providing an overview of the new language/library changes, Marc will guide you to other CppCon talks on C++20.
If you want a complete overview of all C++20 features, including references to other more deep-dive sessions at CppCon 2020 on certain topics, then this session is for you.
Marc’s talk will give you the confidence and familiarity you need to embrace the latest version of C++.
From his talk’s description:
This presentation gives an overview of (almost) all new features in both the language and the Standard Library. Some more exotic features will be left out. New language features include
In this week’s instructor interview, Kevin Carpenter welcomes Phil Nash for a discussion of his CppCon Academy class, Accelerated TDD: For More Productive C++ . Phil shares the origin story of Catch, the popular testing framework that he authored to support better testing in C++. Kevin has taken a previous CppCon Academy class on testing with Phil. Phil explains that he focuses less on what TDD is (which can be explained in five minutes using one slide) and more on how to apply and get the benefits of TDD in real-world code bases.
Phil also chairs the C++ on Sea conference, which was held earlier this year as an online event using Remo (the same platform that CppCon 2020 will use). He discusses the challenges of an online event and the rationale behind use of Remo for C++ on Sea. As Phil is co-chair of this year’s CppCon we will benefit from his prior experience organizing a conference on Remo.
Kevin and Phil also discuss the two Main Program sessions that Phil will be giving this year. One is a must-see for anyone that isn’t taking the TDD class and the other is on C++ paradigms.
Watch this space for more interviews with Kevin and CppCon presenters.
CppCon is announcing the platform that it has selected for the CppCon 2020 online conference and why it matters.
The question has been asked Why would anyone pay to attend an online conference when the session videos will be made freely available on YouTube?
The answer to this is the same as the answer to the question Why would anyone pay to attend an onsite conference when the session videos will be made freely available on YouTube?
Between the session proposal submitters and the Program Committee reviewers there are literally hundreds of people that work to bring you the best possible program of C++ content every year at CppCon. We think it is the best program available on C++. But we know that it is not the most important aspect of the CppCon experience. We know that the reason that people take the time and money to attend the conference is because it is an unparalleled opportunity to be part of the best gathering of C++ minds of the year.
The best aspect of CppCon is the, so called, hallwaytrack. The conversations that attendees have with presenters and other attendees is what people remember and the reason they return.
While evaluating options for the CppCon 2020 online conference platform, the top-most concern of the organizers was, What platform best supports attendee engagement with other attendees?
With that thought in mind, the organizers selected Remo.
We feel that the Remo platform best serves our goal of delivering the best possible C++ program while also optimizing for attendee engagement.
Of course we aren’t just relying on the platform, the organizers have developed new events that exploit the benefits of an online conference and have found ways to develop and enhance the sense of community that comes from attendee engagement. Attendees will have many opportunities to engage with presenters and other attendees in casual, unrecorded, ask-me-anything sessions.
This year’s event offers an unprecedented opportunity to be a part of this community. Without the time and cost of travel and lodging and with an easy-to-expense registration fee, this is certainly the least expensive and most convenient CppCon ever. Engage with the best minds in C++ from the comfort of your own home.
Don’t miss your chance to join us for what promises to be an online adventure with the C++ community.
In this week’s instructor interview, Kevin Carpenter welcomes Klaus Iglberger for a discussion of his CppCon Academy class, Modern C++ Design Patterns. Kevin took this class with Klaus last year and they discuss how Klaus has adapted it for online instruction. Klaus also outlines the additions and improvement to last year’s presentation. Kevin shares how his codebase has incorporated the Design Patterns that are covered in the class.
Klaus also discussions the three Main Program sessions that he’ll be giving this year. One is a Back to Basics talk on exceptions, one is on the basics of calling functions, and the other is on the SOLID principles.
Watch this space for more interviews with Kevin and CppCon presenters.
If you would like to a part of making CppCon an event, please join us as a volunteer.
Being entirely online this year, means the volunteer duties will be very different than previous years, but the mission to produce an event that runs smoothly for all attendees is that same.
Delivering all of our content online this year will require more training of volunteers to understand the content delivery technologies that we’ll be using.
If you want more information about volunteering, contact us at volunteers@cppcon.org.
The main volunteer detail will be between 0800 to 1500 Aurora, Colorado (Mountain) time. If you can volunteer all week, this would be excellent, yet if you only have limited time, we welcome you as well.
If you want to join a great team and be a part of history making in the C++ community, please complete the CppCon 2020 Volunteer Application Form. There will be other steps after completion, yet will contact you to assist you with setup for the conference.
Thank you
Brett Searles
Matthew Butler
Please note that registration to be a volunteer will be ending the August 31st so that there will be enough time to adequately train all volunteers.
Herb Sutter is author of several popular C++ books and the chair of the ISO C++ committee. He is a Software Architect for Microsoft.
This talk will be the seventh in Herb’s series on Simplifying C++ and it explores the possibility of acquiring more quantifiable data that we could analyze to measure sources of C++ language complexity.
From his talk’s description:
This talk reports work to systematically catalog and measure C++’s unneeded complexity, how some current evolution proposals may address its major sources, and presents specific suggestions on what we might be able to do about it in the context of a future-evolution proposal to simplify parameter passing and provide meaningful initialization guarantees in C++.
CppCon Academy, the classes that we host before and after the main conference days, has successfully recruited from among the top C++ instructors in the world.
Because these are the best instructors, because this year’s classes are online, and because attendees can enroll in classes without attending the conference, CppCon Academy 2020 is an unparalleled learning opportunity for C++ programmers all over the world.
We’re pleased to announce the CppCon Academy 2020 schedule. As always, we’re offering a wide variety of classes, with topics ranging from concurrency, to language features, to design, and to software quality.
In-person classes that traditionally would require one day onsite will be conducted over two shorter days online; likewise, two-day onsite classes will now take place over three days online.
Bjarne Stroustrup is the designer and original implementer of C++ and the author of several classic books on C++. Dr. Stroustrup is a Technical Fellow and a Managing Director in the technology division of Morgan Stanley in New York City and a Visiting Professor in Computer Science at Columbia University.
Conference speakers tend to focus on novel, clever, and advanced features of C++. In contrast, in his keynote, The Beauty and Power of “Primitive” C++, Bjarne will look at addressing relatively simple problems in relatively simple ways under severe constraints of performance, ease of use, and reliability
From his talk’s description:
This is an exploration of a design space close to the hardware and of the use of C++ in that space, rather than a standards proposal or the presentation of a mature tool chain. And, no, by “primitive”, I don’t mean “old-fashioned, C-like” code; some of the general techniques are old, but some of the code requires C++17 and much could be done better given features we are unlikely to get even in C++23.
CppCon 2020 will be following the lead of other C++ events, such as C++ on Sea, and will be held entirely online.
The organizers feel that a “online” conference in 2020 is the best way for us to provide the community with content consistent with the quality standard that we’ve set for the past six years.
Many details are still being determined, but we do know that the conference will be a multi-track conference filled with sessions from C++ experts like those from previous years. In addition to the dedicated Back to Basics Track, we are introducing a dedicated Embedded Track.
We’ll be using online conferencing software that helps us capture the “hallway-track” experience that has made attending CppCon one of the most anticipated C++ events of the year. Attendees will be able to meet and chat with other attendees, speakers, and exhibitors.
The sessions will be during the scheduled days of the conference (September 14 – 18) from 09:00 to 15:00 Aurora time (08:00 – 14:00 West Coast | 11:00 – 17:00 East Coast | 16:00 – 22:00 CET). Sessions will feature live Q&A from attendees.
Dates and times of the pre-/post-conference classes are still being coordinated with class instructors and we’ll update the website with this information as soon as we can.
We’ll update the website with details as they are determined, but if you have specific questions, they can be addressed to info@cppcon.org.