C++ Operator Overloading, Vectors, Recursion

preview_player
Показать описание
0:00 Reminder about Overloading
1:25 Overloading a Unary Operator
4:33 Overloading a Binary Operator
6:53 Exercise 1 - Setting up the Entity Class
8:14 Exercise 1 - Setting up the Overloaded Increment Method in the Header file
10:18 Exercise 1 - Testing the Increment Method in Main
11:11 Exercise 1 - Setting up the Overloaded Increment Method in the CPP file
12:27 Introduction to a Vector
14:46 Iterator
15:43 Methods of the Algorithms library
19:23 Exercise 2 - Setting up the Weapon Class
20:04 Exercise 2 - Creating a Vector of Weapon in Main
22:21 Exercise 2 - Creating an Iterator for the Weapon Vector
24:12 Exercise 2 - Printing the items in the Vector
24:44 Introduction to Recursion
27:19 An example of Recursion
29:46 Exercise 4 - Setting up the IOObject Class
31:35 Exercise 4 - Calling the DisplayLessThan Method in Main
32:36 Exercise 4 - Creating the Iterative version of the Factorial Method
33:23 Exercise 4 - Calling FactorialI in Main
34:09 Have a go at Exercise 5!
Рекомендации по теме
visit shbcf.ru