Sched.com Conference Mobile Apps
CppCon 2018
has ended
Create Your Own Event
Menu
Schedule
Speakers
Artists
Sponsors
Exhibitors
Attendees
Search
Log in
Sign up
CppCon 2018
-
Saved To
My Schedule
Schedule
Simple
Expanded
Grid
By Venue
Speakers
Artists
Sponsors
Exhibitors
Attendees
Search
or browse by date + venue
• Build and Package Systems
• Concurrency and Parallelism
• Data Structures and Algorithms
• Design and Best Practices
• Education and Coaching
All
Book Signing
Lightning Talks
• Embedded and Systems Programming
• Graphics Programming
• Interface Design
• Metaprogramming and Reflection
• Object Model
• Optimization and Undefined Behavior
• Polymorphism and Type Erasure
• Scripting and Parsing
• Secure Programming
• Software Evolution and Portability
• Tooling
• Type Design
• Web and Network Programming
•C++17 and Beyond
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Back to Speakers
Alexey Klimkin
Intel Corporation
Senior Software Engineer
Portland, Oregon
Clean Code
Monday
, September 24
08:00 PDT
Registration
TBA
09:00 PDT
Concepts: The Future of Generic Programming (the future is here)
Breckenridge Hall (1st Floor)
Bjarne Stroustrup
11:00 PDT
How to Teach C++ and Influence a Generation
Steamboat (403)
Christopher Di Bella
14:00 PDT
Modern C++ Design (part 1 of 2)
Breckenridge Hall (1st Floor)
Titus Winters
15:15 PDT
Modern C++ Design (part 2 of 2)
Breckenridge Hall (1st Floor)
Titus Winters
16:45 PDT
Git, CMake, Conan - How to ship and reuse our C++ projects
Keystone (404)
Mateusz Pusz
Tuesday
, September 25
08:00 PDT
minidumps: gdb-compatible, software controlled core dumps
Keystone (404)
Matthew Fleming
09:00 PDT
Source Instrumentation for Monitoring C++ in Production
Aspen Highlands Hall (1st Floor)
Steven Simpson
Avoiding Disasters with Strongly Typed C++
Copper Mountain Theater (2nd Floor)
Arno Lepisk
10:30 PDT
Patterns and Techniques Used in the Houdini 3D Graphics Application
Breckenridge Hall (1st Floor)
Mark Elendt
12:05 PDT
Book Signing: Bjarne Stroustrup
Book Store
Bjarne Stroustrup
12:30 PDT
Make World: The Most Miserable Place In C++
Copper Mountain Theater (2nd Floor)
Jason Turner • Peter Bindels • Robert Maynard • Isabella Muerte • Jussi Pakkanen
14:00 PDT
What Could Possibly Go Wrong?: A Tale of Expectations and Exceptions
Copper Mountain Theater (2nd Floor)
Simon Brand • Phil Nash
15:15 PDT
Touring the "C++ Tip of the Week" Series
Aspen Highlands Hall (1st Floor)
Jon Cohen • Matt Kulukundis
Overloading: The Bane of All Higher-Order Functions
Copper Mountain Theater (2nd Floor)
Simon Brand
15:50 PDT
Smart References: There and Back Again
Copper Mountain Theater (2nd Floor)
Erik Valkering
16:45 PDT
Frozen data structures in C++14
Copper Mountain Theater (2nd Floor)
Serge Guelton
20:30 PDT
Tool Time
Aspen Highlands Hall (1st Floor)
Phil Nash
Wednesday
, September 26
08:00 PDT
Big Infrastructure at a Small Scale
Winter Park (406)
Matthew von Arx
09:00 PDT
Sane and Safe C++ Classes
Breckenridge Hall (1st Floor)
Peter Sommerlad
10:30 PDT
Simplicity: not just for beginners
Breckenridge Hall (1st Floor)
Kate Gregory
12:30 PDT
Mixing Managed and Unmanaged Code and Targeting Cross Platform Distributions
Breckenridge Hall (1st Floor)
Kate Gregory • Lloyd Moore • Aaron R Robinson • Brett Searles
14:00 PDT
What to Expect from a Next-Generation C++ Build System
Keystone (404)
Boris Kolpackov
15:15 PDT
Refactoring Legacy Codebases with LibTooling
Breckenridge Hall (1st Floor)
James Bennett
15:50 PDT
Save $$ Testing Code the Playback-Based Way
Copper Mountain Theater (2nd Floor)
William Clements
16:45 PDT
Memory Latency Troubles You? Nano-coroutines to the Rescue! (Using Coroutines TS, of Course)
Aspen Highlands Hall (1st Floor)
Gor Nishanov
18:45 PDT
Cross-platform C++ development is challenging - let tools help!
Keystone (404)
Marc Goodner
20:30 PDT
Optimizing Code Speed and Space with Build Time Switches
Keystone (404)
Ian Bearman • Chandler Carruth • Xiang Fan • Brett Searles • Michael Wong
Thursday
, September 27
09:00 PDT
Build Systems: a Simple Solution to a Complicated Problem
Keystone (404)
Peter Bindels
Writing Standard Library Compliant Data Structures and Algorithms
Copper Mountain Theater (2nd Floor)
Marc Gregoire
OOP Is Dead, Long Live Data-oriented Design
Breckenridge Hall (1st Floor)
Stoyan Nikolov
10:30 PDT
Thoughts on a More Powerful and Simpler C++ (5 of N)
Breckenridge Hall (1st Floor)
Herb Sutter
14:00 PDT
From Metaprogramming Tricks to Elegance: Custom Overload Sets and Inline SFINAE for Truly Generic Interfaces
Copper Mountain Theater (2nd Floor)
Vincent Reverdy
Design for Performance: Practical Experience
Breckenridge Hall (1st Floor)
Fedor Pikus
Early Modern C++: How to Handle a C++03 Codebase in $CURRENT_YEAR
Telluride (407)
Mathieu Ropert
15:15 PDT
Effective replacement of dynamic polymorphism with std::variant
Breckenridge Hall (1st Floor)
Mateusz Pusz
Better C++ using Machine Learning on Large Projects
Aspen Highlands Hall (1st Floor)
Nicolas Fleury • Mathieu Nayrolles
15:50 PDT
Scaling Financial Transaction using 0MQ and JSON
Telluride (407)
Kevin Carpenter
C++ Everywhere with WebAssembly
Steamboat (403)
Damien Buhl
Engineering Software: integral types
Aspen Highlands Hall (1st Floor)
Andrei Zlate-Podani
Liberating the Debugging Experience with the GDB Python API
Breckenridge Hall (1st Floor)
Jeff Trull
16:45 PDT
Development strategies: You've written a library - now what?
Telluride (407)
Marshall Clow
Class Template Argument Deduction for Everyone
Breckenridge Hall (1st Floor)
Stephan T. Lavavej
Concepts in 60: Everything you need to know and nothing you don't
Aspen Highlands Hall (1st Floor)
Andrew Sutton
Initialization, Shutdown, and constexpr
Copper Mountain Theater (2nd Floor)
Greg Falcon
20:30 PDT
Creating the Complete Build Package
Telluride (407)
Manuel Klimek • Boris Kolpackov • Paddy McDonald • Robert Schumacher • Brett Searles • Titus Winters
Friday
, September 28
09:00 PDT
Interfaces matter: High Performance and Heap Allocated Containers
Aspen Highlands Hall (1st Floor)
John Woolverton
10:30 PDT
Large-Scale Changes at Google: Lessons Learned From Five Years of Mass Migrations
Keystone (404)
Hyrum Wright
13:30 PDT
Standard Library Compatibility Guidelines
Aspen Highlands Hall (1st Floor)
Titus Winters
14:45 PDT
Spectre: Secrets, Side-Channels, Sandboxes, and Security
Breckenridge Hall (1st Floor)
Chandler Carruth
Timezone
CppCon 2018
America/Los Angeles
Filter By Date
CppCon 2018
Sep 22
-
30, 2018
September 2018
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
Bellevue, WA, United States
Sort schedule by Venue
Aspen Highlands Hall (1st Floor)
Book Store
Breckenridge Hall (1st Floor)
Copper Mountain Theater (2nd Floor)
Courtyard Seattle Bellevue/Downtown, Ballroom A
Keystone (404)
Room 303
Room 401
Room 402
Room 403
Room 404
Room 407
Room 408
Room 409
Steamboat (403)
TBA
Telluride (407)
Winter Park (406)
| Lot N. 3
|Fourth Floor Balcony
Filter By Type
• Build and Package Systems
• Concurrency and Parallelism
• Data Structures and Algorithms
• Design and Best Practices
• Education and Coaching
All
Book Signing
Lightning Talks
• Embedded and Systems Programming
• Graphics Programming
• Interface Design
• Metaprogramming and Reflection
• Object Model
• Optimization and Undefined Behavior
• Polymorphism and Type Erasure
• Scripting and Parsing
• Secure Programming
• Software Evolution and Portability
• Tooling
• Type Design
• Web and Network Programming
•C++17 and Beyond
Business
Class
ISO Meeting
Open Content
All
Lightning Talks
Social
Recently Active Attendees
Chris Ryan
Jennifer Yao
Bob Steagall
Bob Steagall
Jim Broadus
Mathieu Nayrolles
Sean Parent
Timur Doumler
More →