Summer CodeFest: Magnificent or Malevolent: Maps! Measured, Monitored, & Magnified! [Mrecap]
August 27, 2023
Webinar overview:
Std::maps is a staple in the C++ world for sure. It’s reliable and useful, but in this presentation, David Millington goes a level deeper and examines how other features offered beyond the standard library can be used to maximize the usefulness of the data structure.
Quick Refresher on Maps
Maps are essentially a way to store key-value pairs in an ordered structure. This…
You must be logged in to post a comment.