Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Classes part 18 - Understanding the vtable (Popular interview question) | Modern Cpp Series Ep. 54 в хорошем качестве

Classes part 18 - Understanding the vtable (Popular interview question) | Modern Cpp Series Ep. 54 3 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Classes part 18 - Understanding the vtable (Popular interview question) | Modern Cpp Series Ep. 54

►Full C++ Series Playlist:    • The C++ Programming Language   ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel:    / @mikeshah   ►Lesson Description: In this lesson I show you what exactly the vtable is in C++. The vtable is the data structure which holds information about which member functions to call for an instance of class when the presence of 'virtual' exists in inheritance. Understanding a little bit about this data structure, will also give you some intuition about a small performance cost (i.e. storage for the pointer, and following a pointer to call a function) about virtual functions as well. ►YouTube Channel:    / mikeshah   ►Please like and subscribe to help the channel!

Comments