Menu
Log in
Schedule
Speakers
Poster Presenters
Sponsors
Exhibitors
Volunteers
Attendees
Search
Calendar Export
Print Schedule
This event has ended. Visit the
official site
or
create your own event on Sched
.
CppCon 2017
-
Saved To
My Schedule
Schedule
Simple
Expanded
Grid
By Venue
Speakers
Poster Presenters
Sponsors
Exhibitors
Volunteers
Attendees
Search
or browse by date + venue
•Across the Industry
•C++17 and Beyond
•Concurrency and Parallelism
•Data Structures and Allocators
•Design and Best Practice
•Education and Coaching
•Embedded and Systems Programming
•Functional Programming
•Game and Graphics
•Generic Programming
•GUI
•Metaprogramming and Reflection
•Object Model
•Optimization and Undefined Behavior
•Software Evolution and Portability
•Tooling and Compilation
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Web and Mobile
Back to Speakers
Yuval Hager
Software Developer
Saturday
, September 23
5:30pm PDT
Volunteers Dinner
Zeeks Pizza
Monday
, September 25
8:00am PDT
Registration
Atanasoff-Berry Hall
9:00am PDT
Learning and Teaching Modern C++
Atanasoff-Berry Hall
Bjarne Stroustrup
11:00am PDT
constexpr ALL the Things!
Berry Hall
Ben Deane • Jason Turner
Coroutines: What can't they do?
Atanasoff Hall
Toby Allsopp
The Quiet Little Gem in Modern C++: <system_error>
Manchester (407)
Charley Bay
12:30pm PDT
Trainers Panel I
Colossus Theater
Jon Kalb • Giuseppe D'Angelo • Stephen Dewhurst • Kate Gregory • Scott Meyers • Anthony Williams
2:00pm PDT
C++17 Features (part 1 of 2)
Colossus Theater
Bryce Adelstein Lelbach
3:15pm PDT
C++17 Features (part 2 of 2)
Colossus Theater
Bryce Adelstein Lelbach
4:45pm PDT
C++ atomics, from basic to advanced - what do they do and what do they really do?
Berry Hall
Fedor Pikus
5:20pm PDT
Just Enough x86 Assembly to Be Dangerous
Ferranti (403)
Charles Bailey
8:30pm PDT
Grill the Committee
Colossus Theater
Jon Kalb • Louis Dionne • Eric Niebler • Gor Nishanov • Gabriel Dos Reis • Bjarne Stroustrup • Herb Sutter • Andrew Sutton • Ville Voutilainen • Titus Winters
Tuesday
, September 26
9:00am PDT
The Nightmare of Move Semantics for Trivial Classes
Berry Hall
Nicolai Josuttis
10:30am PDT
C++ as a "Live at Head" Language
Atanasoff-Berry Hall
Titus Winters
12:30pm PDT
CppCon Program Committee
Ferranti (403)
Jon Kalb • Bryce Adelstein Lelbach
2:00pm PDT
Local ('Arena') Memory Allocators (part 1 of 2)
Ferranti (403)
John Lakos
dynamic_cast From Scratch
Harvard (406)
Arthur O'Dwyer
Using Modern CMake Patterns to Enforce a Good Modular Design
Colossus Theater
Mathieu Ropert
3:15pm PDT
Using Functional Programming Patterns to build a clean and simple HTTP routing API
Colossus Theater
Jeremy Demeule • Quentin Duval
4:45pm PDT
Concurrency, Parallelism and Coroutines
Berry Hall
Anthony Williams
Hands-On With Google's Common Libraries
Colossus Theater
Titus Winters
Agent based class design, C++ with a robot glue gun
Ferranti (403)
Odin Holmes
ThinLTO: Building C++ Applications with Scalable Whole Program Optimization
ENIAC (404)
Teresa Johnson
8:30pm PDT
Lightning Talks
Colossus Theater
Michael Caisse
Wednesday
, September 27
8:00am PDT
Emulating a BBC Micro in Javascript
ENIAC (404)
Matt Godbolt
9:00am PDT
10 Core Guidelines You Need to Start Using Now
Atanasoff Hall
Kate Gregory
10:30am PDT
Meta: Thoughts on generative C++
Atanasoff Hall
Herb Sutter
12:30pm PDT
Lightning Talks
Colossus Theater
Michael Caisse
C++ Community Building Birds of a Feather
Ferranti (403)
Jon Kalb • Jens Weller
2:00pm PDT
C++ Templates Revised
Atanasoff Hall
Nicolai Josuttis
Undefined Behavior in 2017 (part 1 of 2)
Ferranti (403)
John Regehr
3:15pm PDT
Practical Patterns with the Networking TS
ENIAC (404)
Michael Caisse
Reader-Writer Lock versus Mutex - Understanding a Lost Bet
Atanasoff Hall
Jeffrey Mendelsohn
Undefined Behavior in 2017 (part 2 of 2)
Ferranti (403)
John Regehr
There Will Be Build Systems: I Configure Your Milkshake
Harvard (406)
Isabella Muerte
4:45pm PDT
A Soupçon of SFINAE
Ferranti (403)
Arthur O'Dwyer
A Type, by Any Other Name
Manchester (407)
Jon Cohen
8:30pm PDT
Lightning Talks
Colossus Theater
Michael Caisse
Optimizing Code Speed and Space with Build Time Switches
ENIAC (404)
Brett Searles • Chandler Carruth • Matt Godbolt • Jim Radigan
Thursday
, September 28
9:00am PDT
Runtime Polymorphism: Back to the Basics
Berry Hall
Louis Dionne
Type Punning in C++17: Avoiding Pun-defined Behavior
Ferranti (403)
Scott Schurr
Building C++ Modules
Colossus Theater
Boris Kolpackov
10:30am PDT
Qt as a C++ Framework: History, Present State and Future
Atanasoff-Berry Hall
Lars Knoll
2:00pm PDT
The Asynchronous C++ Parallel Programming Model
Berry Hall
Hartmut Kaiser
How to Write a Custom Allocator
ENIAC (404)
Bob Steagall
3:15pm PDT
Naked coroutines live (with networking)
Atanasoff Hall
Gor Nishanov
Microcontrollers in Micro-increments : A Test-driven C++ Workflow for Embedded Systems
ENIAC (404)
Mike Ritchie
4:45pm PDT
Fantastic Algorithms and Where To Find Them
Atanasoff Hall
Nicholas Ormrod
So, you inherited a large code base...
Berry Hall
David Sankel
8:30pm PDT
CppCon 2018 Kick-off Meeting
Ferranti (403)
Jon Kalb • Bryce Adelstein Lelbach
Friday
, September 29
9:00am PDT
Modern Allocators: The Good Parts
Atanasoff Hall
Pablo Halpern
The Holy Grail - A Hash Array Mapped Trie for C++
ENIAC (404)
Phil Nash
C++ Exceptions and Stack Unwinding
Berry Hall
David Watson
10:30am PDT
Traveling the Solar System with C++: Programming Rocket Science
Ferranti (403)
Juan Arrieta
Higher-order Functions in C++: Techniques and Applications
Atanasoff Hall
Michał Dominiak
Understanding the runtime behaviors of C++ programs using uftrace tool
ENIAC (404)
Honggyu Kim
11:05am PDT
End-to-end Deadlock Debugging Tools at Facebook
Berry Hall
Kenny Yu
Howling at the Moon: Lua for C++ Programmers
Colossus Theater
Andreas Weis
12:00pm PDT
CppCon 2018 Planning Committee Work Session
Zuse (303)
Jon Kalb • Bryce Adelstein Lelbach
1:30pm PDT
Customizing the Standard Containers
ENIAC (404)
Marshall Clow
Free Your Functions!
Colossus Theater
Klaus Iglberger
Going Nowhere Faster
Berry Hall
Chandler Carruth
2:45pm PDT
Unbolting the Compiler's Lid: What Has My Compiler Done for Me Lately?
Berry Hall
Matt Godbolt
4:45pm PDT
Building for the Best of Us: Design and Development with Kids in Mind
ENIAC (404)
Sara Chipps
Implementing C++ Modules in G++
Harvard (406)
Nathan Sidwell
My Little Object File: How Linkers Implement C++
Colossus Theater
Michael Spencer
5:30pm PDT
Kid-Friendly Buffet
California Pizza Kitchen
6:30pm PDT
Jewelbots Build Workshop (1 of 2)
UNIVAC (409)
Sara Chipps
7:30pm PDT
Jewelbots Build Workshop (2 of 2)
UNIVAC (409)
Sara Chipps
Saturday
, September 30
9:00am PDT
Practical Modern C++
Somerset I
Patrice Roy
Sunday
, October 1
9:00am PDT
Practical Modern C++
Somerset I
Patrice Roy
Timezone
CppCon 2017
America/Los Angeles
Filter By Date
CppCon 2017
Sep 23
-
Oct 1, 2017
September 2017
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
October 2017
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
31
Filter By Venue
Bellevue, WA, United States
Sort schedule by Venue
Amuse Restaurant & Bar
Atanasoff Hall
Atanasoff-Berry Hall
Bel-Air
Berry Hall
Book Store
California Pizza Kitchen
Colossus Theater
Courtyard Seattle Bellevue/Downtown, Ballroom A
ENIAC (404)
Ferranti (403)
Harvard (406)
Leaving from Meydenbauer
Manchester (407)
Phoenix
Room 401
Room 402
Room 403
Room 406
Room 407
Room 408
Snoqualmie North
Snoqualmie South
Somerset I
Somerset III
TBA
UNIVAC (409)
Zeeks Pizza
Zuse (303)
Filter By Type
•Across the Industry
•C++17 and Beyond
•Concurrency and Parallelism
•Data Structures and Allocators
•Design and Best Practice
•Education and Coaching
•Embedded and Systems Programming
•Functional Programming
•Game and Graphics
•Generic Programming
•GUI
•Metaprogramming and Reflection
•Object Model
•Optimization and Undefined Behavior
•Software Evolution and Portability
•Tooling and Compilation
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Web and Mobile
Recently Active Attendees
Honggyu Kim
Jennifer Yao
WK
William Katcher
Bob Steagall
JM
Joey Marianer
YS
Yuecheng Shao
Ryan Brown
DK
Dylan Knutson
More →