- Passing elements by value VS passing elements by reference
9
- How to use const when passing elements by reference
10
- How to sort data in the list
11
- Pros and cons of the list
12
- Example of vectors in C++
13
- Lists vs vectors
14
- Conclusion
Description:
Dive into a comprehensive 35-minute video tutorial on C++ lists, exploring real-world applications and practical examples. Learn about STL containers, list manipulation techniques, and how to implement a matchmaking system used in popular video games. Discover the differences between lists and arrays (vectors), including their pros and cons. Gain insights into passing elements by value vs. reference, using const with reference passing, and sorting data in lists. Conclude with a comparison of lists and vectors, equipping you with the knowledge to choose the right container for your programming needs.
C++ List Tutorial - Real Examples, Sorting, and When to Use