Back To Basics: C++ Containers

Containers provided by the standard library in C have almost become as essential as the language keywords themselves. Storing data in the correct way will make you a fluid and stronger programmer, as you can let the containers do the hard work for you. In this video I take a really brief look at the main containers std::array, std::vector, std::list, std::deque, std::set, std::unordered_set, std::map, std::unordered_map. CppCast: Patreon: YouTube: Discord: Twitter: Twitch: GitHub: Homepage:
Back to Top