Loading…
CppCon 2018 has ended
Back To Schedule
Wednesday, September 26 • 16:45 - 17:45
105 STL Algorithms in Less Than an Hour

Sign up or log in to save this to your schedule, view media, leave feedback and see who's attending!

We are all aware that we should know the STL algorithms. Including them in our designs allows us to make our code more expressive and more robust. And sometimes, in a spectacular way.

But do you know your STL algorithms?

In this presentation, you’ll see the 105 algorithms that the STL currently has, including those added in C++11 and C++17. But more than just a listing, the point of this presentation is to highlight the different groups of algorithms, the patterns they form in the STL, and how the algorithms relate together. And all this in an entertaining way.

This kind of big picture is the best way I know to actually remember them all, and constitute a toolbox chock-full of ways to make our code more expressive and more robust.

Speakers
avatar for Jonathan Boccara

Jonathan Boccara

Lead Principal Software Engineer, Murex
Jonathan Boccara is a Principal Engineering Lead at Murex where he works on large codebases in C++.His primary focus is searching how to make code more expressive. He has dedicated his blog, Fluent C++, to writing expressive code in C++. He also gives internal trainings on C++ every... Read More →


Wednesday September 26, 2018 16:45 - 17:45 PDT
Breckenridge Hall (1st Floor)
  • Data Structures and Algorithms
  • Level Beginner, Intermediate, Advanced, Expert
  • Tags STL, algorithms