Page Summary: This talk explains why (and how) to implement polymorphism without inheritance in C++. -- The standard library containers are often both misused and underused.

Code Dive 2016 Conference Sean Parent Better Code -

This talk explains why (and how) to implement polymorphism without inheritance in C++. -- The standard library containers are often both misused and underused.

Important details found

  • This talk explains why (and how) to implement polymorphism without inheritance in C++.
  • -- The standard library containers are often both misused and underused.

Why this topic is useful

This format is designed to help readers move from a broad question into more specific pages without losing context.

Sponsored

Frequently Asked Questions

What is this page about?

This page summarizes Code Dive 2016 Conference Sean Parent Better Code and connects it with related entries, references, and supporting context.

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

How should readers use this information?

Use it as a starting point, then open related pages for more specific details.

Reference Gallery

code::dive 2016 conference – Sean Parent – Better Code
code::dive 2016 conference – Sean Parent – Better Code: Concurrency
code::dive 2016 conference – Chandler Carruth –Making C++ easier, faster, safer (part 2)
code::dive 2016 conference – Chandler Carruth – Making C++ easier, faster and safer (part 1)
Sean Parent's 2016 Keynote: Better Code
code::dive 2016 conference – Chandler Carruth – Panel-style extended Q&A / AmA
Better Code: Runtime Polymorphism - Sean Parent
code::dive 2016 live stream, day 2, stage 1
code::dive 2016 conference – Mark Isaacson – Fundamentals of Type-Dependent Code Reuse in C++
CppCon 2015: Sean Parent "Better Code: Data Structures"
Sponsored
View Full Details
code::dive 2016 conference – Sean Parent – Better Code

code::dive 2016 conference – Sean Parent – Better Code

Read more details and related context about code::dive 2016 conference – Sean Parent – Better Code.

code::dive 2016 conference – Sean Parent – Better Code: Concurrency

code::dive 2016 conference – Sean Parent – Better Code: Concurrency

Read more details and related context about code::dive 2016 conference – Sean Parent – Better Code: Concurrency.

code::dive 2016 conference – Chandler Carruth –Making C++ easier, faster, safer (part 2)

code::dive 2016 conference – Chandler Carruth –Making C++ easier, faster, safer (part 2)

Read more details and related context about code::dive 2016 conference – Chandler Carruth –Making C++ easier, faster, safer (part 2).

code::dive 2016 conference – Chandler Carruth – Making C++ easier, faster and safer (part 1)

code::dive 2016 conference – Chandler Carruth – Making C++ easier, faster and safer (part 1)

Read more details and related context about code::dive 2016 conference – Chandler Carruth – Making C++ easier, faster and safer (part 1).

Sean Parent's 2016 Keynote: Better Code

Sean Parent's 2016 Keynote: Better Code

Read more details and related context about Sean Parent's 2016 Keynote: Better Code.

code::dive 2016 conference – Chandler Carruth – Panel-style extended Q&A / AmA

code::dive 2016 conference – Chandler Carruth – Panel-style extended Q&A / AmA

Read more details and related context about code::dive 2016 conference – Chandler Carruth – Panel-style extended Q&A / AmA.

Better Code: Runtime Polymorphism - Sean Parent

Better Code: Runtime Polymorphism - Sean Parent

This talk explains why (and how) to implement polymorphism without inheritance in C++. The talk contains many C++ tips and ...

code::dive 2016 live stream, day 2, stage 1

code::dive 2016 live stream, day 2, stage 1

Read more details and related context about code::dive 2016 live stream, day 2, stage 1.

code::dive 2016 conference – Mark Isaacson – Fundamentals of Type-Dependent Code Reuse in C++

code::dive 2016 conference – Mark Isaacson – Fundamentals of Type-Dependent Code Reuse in C++

Read more details and related context about code::dive 2016 conference – Mark Isaacson – Fundamentals of Type-Dependent Code Reuse in C++.

CppCon 2015: Sean Parent "Better Code: Data Structures"

CppCon 2015: Sean Parent "Better Code: Data Structures"

-- The standard library containers are often both misused and underused. Instead of creating new ...