filmov
tv
C++ Queue - How to implement a data structure

Показать описание
This video will demonstrate how to implement the std::queue using the test-driving development methodology. Starting with a set of unit tests and a queue which is stubbed out, we will implement the various queue methods one unit test at a time.
0:00 Introduction
0:19 Starting files
0:51 All the tests fail
1:31 Constructor and destructor
1:54 Size
4:41 Empty
6:12 Front
8:51 Copy Push
10:50 Move Push
13:09 Conclusion
0:00 Introduction
0:19 Starting files
0:51 All the tests fail
1:31 Constructor and destructor
1:54 Size
4:41 Empty
6:12 Front
8:51 Copy Push
10:50 Move Push
13:09 Conclusion