IntNode Framework (C++)

preview_player
Показать описание
Creating a explicitly typed IntNode for use in designing a C++ data structure before learning how to use the C++ template type for more effective and generic data structures. Identifying the basic components and methods that are used in creating a linear data structure in C++ that can only hold one kind of value, ints.

Table of Contents:

00:30 - UML Diagram of IntNode
02:11 - IntNode header file
03:56 - IntNode implementation (.cpp)
04:34 - Explicit init of a 'wrong' value
05:40 - Use of the this pointer in C++
09:20 - Show that methods belong to class
10:33 - This is a 'typed' structure = limited
11:51 - Review of components and code
Рекомендации по теме