Back To Basics: C++ Containers

Описание к видео 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: https://cppcast.com/one-lone-coder/

Patreon:   / javidx9  
YouTube:    / javidx9  
   / javidx9extra  
Discord:   / discord  
Twitter:   / javidx9  
Twitch:   / javidx9  
GitHub: https://www.github.com/onelonecoder
Homepage: https://www.onelonecoder.com

Комментарии

Информация по комментариям в разработке