C++ Generics

Purchase a Subscription!

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Julian Templeman

Description

The original developers of the Standard Library faced a challenge: could they make built-in arrays compatible with the new collection classes they were designing? They solved this in a creative manner, and in doing so introduced a third way of writing C++ code by joining procedural and OO programming with generic programming. Learn all about generics in C++ and gain a deeper understanding of the Standard Library, too.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: