Learning C++ STL - Array

Опубликовано: 19 Февраль 2022
на канале: Zen Sepiol
258
15

Array - The simplest of all containers in C++ standard template library.
For everyone familar with c-style array, std array offers the same functionality - but better.
We will cover all of the basic functionalities of array, declaration, random access, boundary access, swap, size and more.
Additonally, I explain the benefits of using C++ std arrays over c-style arrays.

00:00 Intro
00:32 Declaring an array
01:44 Random access: at(), operator[]
04:28 Boundary access: front(), back()
05:27 Access size: size(), max_size()
06:55 Swap two arrays: swap()
08:21 empty(), fill()

Tools that I use:
https://www.virtualbox.org/
https://kubuntu.org/
https://code.visualstudio.com/
https://llvm.org/
http://clang.org/
https://mesonbuild.com/index.html

In code:
https://github.com/renatoGarcia/icecr...
https://github.com/ZenSepiol
https://github.com/ocornut/imgui
https://github.com/epezent/implot


На этой странице сайта вы можете посмотреть видео онлайн Learning C++ STL - Array длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Zen Sepiol 19 Февраль 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 258 раз и оно понравилось 15 зрителям. Приятного просмотра!