Sched.com Conference Mobile Apps
CppCon 2019
has ended
Create Your Own Event
Menu
Schedule
Speakers
Staff
Sponsors
Exhibitors
Attendees
Map
Search
Download our free app:
Log in
CppCon 2019
-
Saved To
My Schedule
Schedule
Simple
Expanded
Grid
By Venue
Speakers
Staff
Sponsors
Exhibitors
Attendees
Map
Search
or browse by date + venue
• Algorithms/Functional
• Compilers/Tooling
• Concurrency
• Data Structures/Allocation
• Design/Best Practices
• Education/Coaching
• Free Standing/Web/Runtimes
• Future of C++
• GPU/Graphics
• Interface Design
• Metaprogramming/Reflection
• Modules/Builds/Packaging
• Optimization/Undefined Behavior
• Parsing/Text and I/O
• Security/Safety Critical/Automotive
• Software Evolution/Testing
• Type Design
Back to Basics
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Popular
Back to Speakers
Roth Michaels
iZotope, Inc.
Principal Software Engineer
izotope.com
Sunday
, September 15
20:00 MDT
Registration Reception
Registration
Monday
, September 16
08:45 MDT
C++20: C++ at 40
Aurora A
Bjarne Stroustrup
11:00 MDT
The Best Parts of C++
Aurora A
Jason Turner
An Overview of Standard Ranges
Summit 8/9
Tristan Brindle
The C++20 Standard Library: Beyond Ranges
Crest 4/5
Jeff Garland
12:30 MDT
Trainers Panel I
Summit 4/5
Jon Kalb • Ben Saks • Dan Saks • Klaus Iglberger • Stephen Dewhurst
14:00 MDT
What Every Programmer Should Know About Memory Allocation
Aurora A
Samy Al Bahra • Hannes Sowa • Paul Khuong
Writing Safety Critical Automotive C++ Software for High Performance AI Hardware:
Summit 8/9
Michael Wong • Gordon Brown
15:15 MDT
High performance graphics and text rendering on the GPU for any C++ application
Crest 4/5
Barbara Geller • Ansel Sermersheim
16:45 MDT
Reflections: Compile-time Introspection of Source Code
Aurora A
Andrew Sutton
18:00 MDT
Beverages with Backtrace
Social Hall (Aurora B)
Karla Bueno • Karla Bueno
20:30 MDT
Committee Fireside Chat
Aurora A
Jon Kalb • Bryce Adelstein Lelbach • Lisa Lippincott • Herb Sutter • Titus Winters • Vittorio Romeo • Marshall Clow • Bjarne Stroustrup • JF Bastien • Hana Dusíková • David Stone
Tuesday
, September 17
08:00 MDT
Threading Design Decisions in AutoCAD for Web & Mobile
Summit 8/9
Max Raskin
09:00 MDT
Rethinking the Way We Do Templates in C++
Aurora C
Mateusz Pusz
Error Handling is Cancelling Operations
Summit 8/9
Andrzej Krzemieński
10:30 MDT
"Allegro" Means Both Fast and Happy. Coincidence?
Aurora A
Andrei Alexandrescu
14:00 MDT
From Functions to Concepts: Maintainability and Refactoring Impact of Higher-Level Design Features
Aurora C
Titus Winters
15:15 MDT
Efficient GPU Programming with Modern C++
Aurora D
Michael Wong • Gordon Brown
When C++ Zero-Cost Abstraction fails: how-to Fix Your Compiler
Crest 4/5
Adrien Guinet
15:50 MDT
(Ab)using Compiler Tools
Summit 4/5
Reka Kovacs
16:45 MDT
Clang-based Refactoring, or How to Refactor Millions of Line of Code Without Alienating your Colleagues
Summit 4/5
Fred Tingaud
There Are No Zero-cost Abstractions
Aurora A
Chandler Carruth
18:00 MDT
Audio Developers Meetup
Mountain Pass
Tom Poole
Boost Community Dinner
Ski Village (Lower Level)
Wednesday
, September 18
09:00 MDT
TCMalloc: A High-Performance Memory Allocator
Crest 4/5
Chris Kennelly
C++20: What's in it for you?
Aurora A
Marc Gregoire
A Series of Unfortunate Bugs
Summit 4/5
Satabdi Das
09:35 MDT
Expression Templates for Efficient, Generic Finance Code
Crest 3
Bowie Owens
How to Hold a T
Crest 4/5
CJ Johnson
10:30 MDT
Applied WebAssembly: Compiling and Running C++ in Your Web Browser
Aurora A
Ben Smith
14:00 MDT
Lifetime analysis for everyone
Aurora D
Gábor Horváth • Matthias Gehre
A Unifying Abstraction for Async in C++
Aurora A
Eric Niebler • Daisy Hollman
Abusing Your Memory Model for Fun and Profit
Aurora C
Samy Al Bahra • Paul Khuong
Memory Resources in a Heterogeneous World
Summit 4/5
Michał Dominiak
15:15 MDT
How to Implement Your First Compiler Feature: The Story of Concepts in Clang
Summit 4/5
Saar Raz
Getting Allocators out of Our Way
Crest 4/5
Alisdair Meredith • Pablo Halpern
Non-conforming C++: the Secrets the Committee Is Hiding From You
Summit 8/9
Miro Knejp
Meta++: Language Support for Advanced Generative Programming
Aurora D
Andrew Sutton
Making Testing C++ Binaries Practical @ Facebook Scale: A CI Story
Aurora C
Mark Isaacson
16:45 MDT
Abseil's Open Source Hashtables: 2 Years In
Aurora D
Matt Kulukundis
Pattern Matching: A Sneak Peek
Summit 8/9
Michael Park
Data in the Type System: Complex Non-Type Template Parameters in C++20
Summit 4/5
Jeff Snyder
Killing Uninitialized Memory: Protecting the OS Without Destroying Performance
Crest 4/5
Joe Bialek • Shayne Hiet-Block
Type punning in modern C++
Aurora A
Timur Doumler
18:00 MDT
#include Dinner
Social Hall (Aurora B)
Kate Gregory • Guy Davidson • JeanHeyd Meneide • Simon Brand • Clare Macrae • Michael Daum
Thursday
, September 19
09:00 MDT
Removing Metaprogramming From C++, Part 1 of N: constexpr Function Parameters
Summit 8/9
David Stone
Destructor Case Studies: Best Practices for Safe and Efficient Teardown
Crest 4/5
Pete Isensee
10:30 MDT
Better Code: Relationships
Aurora A
Sean Parent
12:05 MDT
Book Signing: Nicolai Josuttis
Bookstore
Nicolai Josuttis
12:30 MDT
Desktop Applications Development Roundtable
Summit 6/7
Artem Yerofieiev
14:00 MDT
The C++ ABI for Dummies
Aurora C
Louis Dionne
15:15 MDT
From STL to Ranges: Using Ranges Effectively
Aurora C
Jeff Garland
Safe Software for Autonomous Mobility With Modern C++
Crest 4/5
Andreas Pasternak
The Art of Breaking Things: a new tool for fighting against Hyrum’s law in the new world of concept-driven design
Summit 8/9
Daisy Hollman
15:50 MDT
Generators, Coroutines and Other Brain Unrolling Sweetness
Aurora D
Adi Shavit
16:45 MDT
Reducing Template Compilation Overhead, Using Features from C++11, 14, 17, and 20.
Summit 8/9
Jorg Brown
18:30 MDT
Meet the Speakers Dinner
Social Hall (Aurora B)
20:30 MDT
Lightning Talks
Aurora A
Phil Nash
Friday
, September 20
10:30 MDT
Polymorphism != Virtual: Easy, Flexible Runtime Polymorphism Without Inheritance
Aurora A
John Bandela
12:00 MDT
6 Algorithmic Journeys with Concepts
Crest 4/5
Taras Shevchenko
13:30 MDT
From Functions to Lambdas: How Do C++ Callables _Really_ Work?
Summit 8/9
Walter E Brown
Objects vs Values: Value Oriented Programming in an Object Oriented World
Aurora D
Tony Van Eerd
14:45 MDT
What is C++
Aurora A
Chandler Carruth • Titus Winters
Timezone
CppCon 2019
America/Denver
Filter By Date
CppCon 2019
Sep 14
-
22, 2019
September 2019
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Filter By Venue
6700 North Gaylord Rockies Boulevard, Aurora, CO 80019, USA
Sort schedule by Venue
Aurora A
Aurora C
Aurora D
Bookstore
Community Room
Conference Room A
Conference Room B
Cottonwood 2
Cottonwood 6
Cottonwood 7
Crest 3
Crest 4/5
Gaylord Rockies Eateries
Grand Lodge
Maple 1
Mountain Pass
Punch Bowl Social
Registration
Ski Village (Lower Level)
Social Hall (Aurora B)
Summit 2
Summit 4
Summit 4/5
Summit 5
Summit 6
Summit 6/7
Summit 7
Summit 8
Summit 8/9
Summit 9
Summit 10
Summit 11
_N
Filter By Type
• Algorithms/Functional
• Compilers/Tooling
• Concurrency
• Data Structures/Allocation
• Design/Best Practices
• Education/Coaching
• Free Standing/Web/Runtimes
• Future of C++
• GPU/Graphics
• Interface Design
• Metaprogramming/Reflection
• Modules/Builds/Packaging
• Optimization/Undefined Behavior
• Parsing/Text and I/O
• Security/Safety Critical/Automotive
• Software Evolution/Testing
• Type Design
Back to Basics
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Popular
Recently Active Attendees
TB
Travis Betak
Julian Kranz
Chris Ryan
Jennifer Yao
Bob Steagall
Sean Parent
Timur Doumler
Diego Rodriguez-Losada Gonzalez
More →
Twitter Feed