Pluralsight Path. C++20 (2023)
File List
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/05. Demo - Fundamental Types.mp4 57.6 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/exercise.7z 54.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/06. Demo - Indirection and Inheritance.mp4 41.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/8. Demo - Writing an Overload.mp4 41.1 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/3. Demo - Isocpp.mp4 40.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/05. Demo - Manual Memory Management.mp4 36.6 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/4. Demo - Movie Groups.mp4 35.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/5. Demo - Pointers and References.mp4 34.2 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/5. Demo - Range Views.mp4 32.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/3. Implementing the Bridge Pattern.mp4 31.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/4. Implementing Dynamic Decorators.mp4 29.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/15. Demo - Remove.mp4 29.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/09. Demo - Finding.mp4 29.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/03. Demo - Sort.mp4 27.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/07. Demo - Accumulate and Reduce.mp4 27.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/11. Demo - Error Messages.mp4 27.2 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/01. Introducing Standard Arrays.mp4 25.7 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/5. Implementing Static Decorators.mp4 25.2 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/02. Using Base Class Pointers as an Interface.mp4 23.8 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/4. Demo - Ticket Processing System.mp4 22.9 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/4. Demo - Creating Commands.mp4 22.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/14. Demo - Exceptions.mp4 22.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/06. Using this Pointer to Implement Assignment Operators.mp4 22.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/09. Demo - Standardization.mp4 22.0 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/5. Demo - Lexing and Parsing.mp4 21.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/07. Erase-remove Idiom.mp4 21.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/8. Demo - CppReference.mp4 21.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/06. Demo - Free Functions.mp4 20.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/7. Implementing Decorators Using Functions.mp4 20.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/10. Demo - Shared Pointer.mp4 20.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/09. Demo - Finding in Sorted Collections.mp4 20.3 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/05. Implementing Copy Semantics.mp4 20.2 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/3. Demo - Implementing Undo.mp4 20.0 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/09. Implementing Exclusive Ownership with Unique Pointers.mp4 19.9 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/3. Demo - Using Language to Reserve Tickets.mp4 19.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/04. Demo - Error Messages.mp4 19.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/10. Demo - Casting Pointers.mp4 19.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/03. Optimizing Array Management with C++20 Ranges.mp4 19.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/10. Sharing the Ownership with Shared Pointers.mp4 19.1 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/08. Implementing Move Semantics.mp4 18.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/4. C++20 Status and Compliance.mp4 18.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/5. Demo - Copying.mp4 18.3 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/08. Constructing Dynamic Multidimensional Arrays.mp4 18.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/04. Demo - Comparing.mp4 17.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/03. Demo - The Free Store.mp4 17.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/05. Vectors Size and Capacity.mp4 17.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/7. Overloading new and delete Operators.mp4 17.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/08. Demo - Ranges Transform.mp4 16.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/05. Pointing to Functions.mp4 16.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/04. Using Vectors to Implement Dynamic Arrays.mp4 16.5 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/03. Working with Raw Arrays.mp4 16.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/7. Demo - Special Copying.mp4 16.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/06. Demo - While.mp4 16.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/05. Demo - Return a Boolean.mp4 16.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/07. Demo - Unique.mp4 16.1 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/08. Owning Resources with Smart Pointers.mp4 16.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/08. Demo - Slicing.mp4 15.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/08. Demo - For.mp4 15.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/10. Demo - Count.mp4 15.7 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/4. Practical Implementation.mp4 15.7 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/4. Demo - Filtering Iterator.mp4 15.2 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/3. Object Adapter.mp4 15.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/3. Demo - Booking Venues.mp4 14.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/03. Virtual Tables and Virtual Pointers.mp4 14.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/14. Demo - Const Member Functions.mp4 14.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/6. Passing Arguments by Reference.mp4 14.7 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/2. Demo - Implementing Iterator.mp4 14.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/07. Multidimensional Arrays on the Stack.mp4 14.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/09. Optimizing Performance with Copy Elision and xvalues.mp4 14.5 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/3. Practical Implementation.mp4 14.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/10. Demo - The Preprocessor.mp4 14.4 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/6. Demo - Undo.mp4 14.4 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/4. Demo - Creating Expressions.mp4 14.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/06. Demo - Transform.mp4 14.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/06. Demo - Inheritance.mp4 14.0 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/03. Demo - Creating and Filling Collections.mp4 13.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/6. Demo - Try a Feature.mp4 13.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/11. Demo - Partial Sort.mp4 13.6 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/4. Practical Implementation.mp4 13.5 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/5. The PImpl Idiom.mp4 13.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/13. Demo - Reverse Iterators and Iterator Arithmetic.mp4 13.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/08. Demo - Member Functions.mp4 13.0 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/3. Demo - Implementing Mediator.mp4 12.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/10. Comparing Strings with Arrays of Characters.mp4 12.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/3. Using Pointers to Store Memory Addresses.mp4 12.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/07. Rvalue References and Value Categories in C++.mp4 12.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/11. Demo - format.mp4 12.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/04. Arrays Decay to Pointers.mp4 12.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/04. Revisiting the RAII Idiom.mp4 12.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/03. Demo - Replacing.mp4 12.3 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/06. Allocating Dynamic Arrays on the Heap.mp4 12.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/4. Class Adapter.mp4 11.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/07. Demo - Constructors.mp4 11.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/07. Demo - Coroutines.mp4 11.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/6. Dangers of Memory Leaks.mp4 11.5 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/8. Console Application Structure.mp4 11.5 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/5. Demo - Further Decoupling.mp4 11.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/04. Demo - Counting.mp4 11.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/12. Demo - Return Expected.mp4 11.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/5. Demo - Macro Command.mp4 11.0 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/12. Summary.mp4 10.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/08. Demo - Iterators.mp4 10.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/09. Demo - for_each.mp4 10.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/09. Pointing to an Array.mp4 10.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/03. Threads and std--jthread.mp4 10.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/07. Demo - Header Confusion.mp4 10.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/07. Demo - [chrono].mp4 10.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/11. Demo - Rotate.mp4 10.2 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/4. Demo - Implementing Redo.mp4 10.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/3. Comparisons.mp4 10.1 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/11. Summary.mp4 9.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/3. Introducing Stack and Heap.mp4 9.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/exercise.7z 9.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/5. Introducing Scope and RAII.mp4 9.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/02. Using Algorithms with Iterators.mp4 9.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/5. Allocating Memory on the Heap with new and delete.mp4 9.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/05. Demo - Inserting Iterators.mp4 9.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/06. Demo - all_of, any_of, and none_of.mp4 9.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/02. Using Pointer Arithmetic to Access Array Elements.mp4 9.5 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/8. Course Summary/1. A Quiz.mp4 9.5 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/3. Demo - Using Iterator.mp4 9.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/09. Demo - Reverse.mp4 9.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/13. Demo - Partition.mp4 9.4 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/7. Using References Instead of Pointers.mp4 9.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/exercise.7z 9.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/09. Demo - Casting.mp4 9.2 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/4. Practical Implementation.mp4 8.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/1. Pointers and Data Types.mp4 8.9 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/2. Introduction.mp4 8.9 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/4. Variants of Proxy Design Pattern.mp4 8.9 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/4. What you Need.mp4 8.8 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/3. Practical Implementation.mp4 8.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/11. Observing Resources with Weak Pointers.mp4 8.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/09. Demo - Modules.mp4 8.7 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/exercise.7z 8.5 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/8. Summary.mp4 8.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/15. Why Not Always Use Exceptions.mp4 8.5 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/4. Practical Implementation.mp4 8.5 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/4. Dereferencing Pointers.mp4 8.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/04. Demo - Namespaces.mp4 8.4 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/5. Demo- Getting Started.mp4 8.4 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/10. Summary.mp4 8.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/05. Demo - Classes and Objects.mp4 8.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/07. Move Semantics and Rule of Five.mp4 8.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/07. Demo - Return an Error Code.mp4 8.2 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/4. Practical Implementation.mp4 8.1 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/2. Understanding Observer Design Pattern.mp4 8.0 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/2. Understanding Strategy Design Pattern.mp4 8.0 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/3. Design Patterns Overview.mp4 7.9 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/5. Performance.mp4 7.9 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/4. Standardization Priorities.mp4 7.8 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/8. Course Summary/2. Comparing Behavioral Design Patterns.mp4 7.8 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/7. Demo - Dependency Injection Pattern.mp4 7.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/13. Exceptions.mp4 7.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/04. Popular Tools.mp4 7.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/4. Bitwise Operators.mp4 7.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/05. Visual Studio.mp4 7.5 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/1. Introduction.mp4 7.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/09. Demo - Visual Studio - Create a Project.mp4 7.4 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/7. Course Summary/1. A Quiz.mp4 7.4 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/3. Practical Implementation.mp4 7.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/07. Console Application Structure.mp4 7.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/11. Demo - Const.mp4 7.3 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/3. Demo - Sorting.mp4 7.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/10. Demo - Switch.mp4 7.3 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/3. Design Patterns Overview.mp4 7.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/04. Demo - If.mp4 7.2 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/5. Demo - Builder Pattern.mp4 7.1 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/2. Understanding Proxy Design Pattern.mp4 7.1 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/7. Course Summary/2. Comparing Structural Design Patterns.mp4 7.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/02. What Is an Error.mp4 7.1 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/06. Inserting Elements at a Specific Position.mp4 7.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/2. Arithmetic.mp4 7.1 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/2. Understanding Facade Design Pattern.mp4 7.0 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/5. Demo - Abstract Factory Pattern.mp4 7.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/6. Choosing Between Decorator Implementations.mp4 6.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/09. Cast Operators.mp4 6.9 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/6. Visual Studio Editions.mp4 6.8 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/4. Unified Modeling Language.mp4 6.8 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/2. Introduction.mp4 6.8 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/2. Introduction.mp4 6.8 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/7. Demo - Prototype Pattern.mp4 6.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/16. Cleanup.mp4 6.7 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/2. Understanding Null Object Design Pattern.mp4 6.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/10. Demo - Return std--optional.mp4 6.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/09. Easy Memory Management.mp4 6.6 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/01. What Is the Point of Arrays-.mp4 6.6 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/4. Practical Implementation.mp4 6.6 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/3. Demo - Factory Method Pattern.mp4 6.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/08. Demo - Enumerations.mp4 6.6 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/5. Say What You Mean.mp4 6.5 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/2. Understanding Template Method Design Pattern.mp4 6.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/11. Demo - Destructors.mp4 6.4 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/4. Unified Modeling Language.mp4 6.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/7. Writing an Overload.mp4 6.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/05. Demo - Stable Sort.mp4 6.2 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/4. Choosing the Appropriate Region of Memory.mp4 6.2 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/8. Const with Pointers and References.mp4 6.1 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/2. When to Use the Decorator Pattern.mp4 6.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/06. Constructors.mp4 6.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/07. Member Functions.mp4 6.1 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/13. Demo - Comparison.mp4 6.0 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/4. Merits and Demerits.mp4 6.0 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/02. Sorting.mp4 6.0 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/2. Understanding Flyweight Design Pattern.mp4 6.0 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/2. Definition - Mediator.mp4 5.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/1. Course Introduction and Prerequisites.mp4 5.9 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/2. SOLID Principles - An Overview.mp4 5.9 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/3. Demo - Singleton Pattern.mp4 5.9 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/3. Chain of Responsibility - Definition.mp4 5.9 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/1. Introduction.mp4 5.8 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/2. Command - Definition.mp4 5.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/02. References and Inheritance.mp4 5.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/05. Separate Code not Execution.mp4 5.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/12. Three Way Comparison.mp4 5.8 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/4. Abstract Factory Pattern.mp4 5.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/01. Accessing Class Members with the Arrow Operator.mp4 5.7 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/1. Introduction.mp4 5.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/07. For.mp4 5.7 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/3. Single-responsibility Principle.mp4 5.7 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/9. Summary.mp4 5.6 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/3. Standard Library Changes.mp4 5.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/04. Parameters by Value or Reference.mp4 5.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/07. Demo - Is It Sorted.mp4 5.5 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/6. Interface Segregation Principle.mp4 5.5 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/6. Dependency Injection Pattern.mp4 5.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/3. Structure and Implementation Aspects.mp4 5.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/08. Range Views.mp4 5.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/2. Understanding Visitor Design Pattern.mp4 5.4 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/2. When to Use the Bridge Pattern.mp4 5.3 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/2. Interpreter - Definition.mp4 5.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/02. Count.mp4 5.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/06. Kinds of Applications.mp4 5.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/03. C++ and Libraries.mp4 5.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/06. Reduce.mp4 5.3 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/7. Dependency Inversion Principle.mp4 5.3 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/3. Implementing State Design Pattern.mp4 5.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/12. Demo - Immediate If.mp4 5.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/07. Enumerations.mp4 5.2 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/7. Course Summary.mp4 5.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/02. Classes and Objects.mp4 5.0 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/2. Sorting an Entire Collection.mp4 5.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/3. Why We Need the Decorator Pattern.mp4 5.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/02. Basics.mp4 4.9 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/1. Introduction.mp4 4.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/07. Ranges Transforms.mp4 4.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/04. Virtual Functions.mp4 4.8 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/1. Course Overview/1. Course Overview.mp4 4.8 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/4. Open-closed Principle.mp4 4.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/exercise.7z 4.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/4. Benefits of Using The Bridge Pattern.mp4 4.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/09. Advantages of Algorithms.mp4 4.7 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/2. Understanding State Design Pattern.mp4 4.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/05. Virtual Destructors.mp4 4.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/13. Demo - Nth Element.mp4 4.6 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/4. Demo - Using Mediator.mp4 4.6 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/5. Merits and Demerits.mp4 4.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/16. Lambdas - Functions With No Name.mp4 4.5 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/4. General Purpose Language.mp4 4.5 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/7. Kinds of Applications.mp4 4.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/4. Inserting Iterators.mp4 4.4 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/2. Type Casting Void Pointers.mp4 4.3 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/5. Liskov Substitution Principle.mp4 4.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/05. Collections, Algorithms, Iterators.mp4 4.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/08. Demo - Console Application.mp4 4.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/10. Partial Sorting.mp4 4.2 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/4. Built in Capabilities.mp4 4.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/10. Understanding Error Messages.mp4 4.2 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/7. Not Too Hard.mp4 4.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/11. Reverse Iterators.mp4 4.1 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/1. Introduction.mp4 4.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/04. Manual Memory Management.mp4 4.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/08. Faster Finding.mp4 4.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/02. The Free Store.mp4 4.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/02. Flow Of Control.mp4 4.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/3. Pointers.mp4 4.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/12. Causes of Error Messages.mp4 3.9 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/1. Course Overview/1. Course Overview.mp4 3.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/2. Referencing Variables from Memory.mp4 3.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/1. Course Overview/1. Course Overview.mp4 3.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/6. Operator Overloading.mp4 3.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/03. Fundamental Types.mp4 3.8 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/5. Merits and Demerits.mp4 3.8 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/3. Implementing Flyweight Design Pattern.mp4 3.8 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/1. Introduction.mp4 3.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/09. Other Concurrency Topics.mp4 3.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/exercise.7z 3.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/05. Why Count.mp4 3.7 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/2. Factory Method Pattern.mp4 3.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/3. Iterator Parameters.mp4 3.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/13. Recognizing Algorithms.mp4 3.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/8. Const With Pointers.mp4 3.6 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/5. Merits and Demerits.mp4 3.6 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/1. Introduction.mp4 3.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/02. Creating and Filling Collections.mp4 3.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/6. Special Copying.mp4 3.6 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/3. Structure and Implementation Aspects.mp4 3.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/04. Inserting Iterators.mp4 3.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/09. Ranges Transform Code.mp4 3.5 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/1. Creational Patterns - An Overview.mp4 3.5 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/1. Introduction.mp4 3.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/3. The Destination Collection.mp4 3.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/9. Summary.mp4 3.4 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/2. Singleton Pattern.mp4 3.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/06. Coroutine Example.mp4 3.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/08. Learning [chrono].mp4 3.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/17. Choosing Your Approach.mp4 3.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/1. Course Overview/1. Course Overview.mp4 3.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/12. Summary.mp4 3.3 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/5. Merits and Demerits.mp4 3.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/03. Building.mp4 3.3 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/03. Demo - constexpr.mp4 3.3 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/1. Course Overview/1. Course Overview.mp4 3.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/05. Not Too Hard.mp4 3.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/12. Partition.mp4 3.3 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/3. Implementing Strategy Design Pattern.mp4 3.3 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/6. Some Drawbacks.mp4 3.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/8. Noncopyable Types.mp4 3.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/01. Course Overview/1. Course Overview.mp4 3.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/14. Removing Elements.mp4 3.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/18. Summary.mp4 3.2 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/5. Merits and Demerits.mp4 3.2 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/6. Summary.mp4 3.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/10. Rotate.mp4 3.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/06. Algorithms.mp4 3.2 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/1. Course Overview/1. Course Overview.mp4 3.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/11. Member or Nonmember Begin and End.mp4 3.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/6. Modifiers in Names.mp4 3.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/02. Replacing Values.mp4 3.1 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/02. Duck Typing.mp4 3.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/02. Version Check.mp4 3.1 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/1. Course Overview/1. Course overview.mp4 3.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/05. Inserting Iterators.mp4 3.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/7. Cant Remember.mp4 3.0 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/6. Summary.mp4 3.0 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/2. Choose Your Tools.mp4 3.0 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/2. Memento - Definition.mp4 3.0 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/06. C++ Headers.mp4 3.0 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/5. Predicate Parameter.mp4 3.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/5. Implementation Considerations.mp4 2.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/10. Const.mp4 2.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/07. Console Input and Output.mp4 2.9 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/8. Language and Library Changes.mp4 2.9 MB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/exercise.7z 2.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/04. Return a Boolean.mp4 2.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/11. Summary.mp4 2.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/4. Integer Parameters.mp4 2.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/09. Overloads.mp4 2.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/5. Benefits and Trade-offs.mp4 2.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/2. Version Check.mp4 2.8 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/1. Course Overview/1. Course Overview.mp4 2.8 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/5. Modern C++.mp4 2.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/1. Course Overview/1. Course Overview.mp4 2.7 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/exercise.7z 2.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/04. Including vs. Importing.mp4 2.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/04. constexpr Everything.mp4 2.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/03. Count If.mp4 2.7 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/7. Things to Notice.mp4 2.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/02. Parallelism and Concurrency.mp4 2.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/14. Summary.mp4 2.7 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/6. PImpl Benefits and Trade-offs.mp4 2.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/9. Summary.mp4 2.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/03. Namespaces.mp4 2.6 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/12. Summary.mp4 2.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/09. Scope.mp4 2.6 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/7. There Is More.mp4 2.6 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/2. Standardization.mp4 2.6 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/8. Benefits and Trade-offs.mp4 2.6 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/8. Course Conclusion.mp4 2.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/08. Rule of Zero.mp4 2.6 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/07. Iterators.mp4 2.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/4. Range Views.mp4 2.5 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/1. Advanced Creational Patterns - An Overview.mp4 2.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/02. Version Check.mp4 2.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/07. Slicing.mp4 2.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/17. Summary.mp4 2.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/9. Summary.mp4 2.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/14. Algorithms in This Course.mp4 2.5 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/5. Merits and Demerits.mp4 2.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/3. Standardization.mp4 2.5 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/1. Course Introduction.mp4 2.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/05. consteval And constinit.mp4 2.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/10. Variations on Finding.mp4 2.5 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/6. Things to Notice.mp4 2.5 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/12. Is There a Ranges Version.mp4 2.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/6. Const.mp4 2.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/06. Eliminating Duplicates.mp4 2.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/03. If.mp4 2.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/1. Introduction.mp4 2.4 MB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/3. Structure and Implementation Aspects.mp4 2.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/16. Summary.mp4 2.4 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/2. When to Use the Adapter Pattern.mp4 2.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/9. Summary.mp4 2.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/02. constexpr.mp4 2.4 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/2. Version Check.mp4 2.3 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/6. Prototype Pattern.mp4 2.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/09. Return std--optional.mp4 2.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/05. Inheritance.mp4 2.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/11. Summary.mp4 2.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/1. Introduction.mp4 2.3 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/2. The Standard Library.mp4 2.3 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/10. Summary.mp4 2.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/16. Summary.mp4 2.2 MB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/1. Introduction.mp4 2.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/03. Chains of Calls.mp4 2.2 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/6. Combining Views.mp4 2.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/2. Remembering.mp4 2.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/10. Summary.mp4 2.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/13. Const Member Functions.mp4 2.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/11. Summary.mp4 2.2 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/05. Concepts for Template Writers.mp4 2.2 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/4. Builder Pattern.mp4 2.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/02. C++ Is Not Only an OO Language.mp4 2.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/5. Things to Notice.mp4 2.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/11. Return Expected.mp4 2.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/2. References.mp4 2.1 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/exercise.7z 2.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/13. Summary.mp4 2.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/03. Pointers and Inheritance.mp4 2.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/6. Things to Notice.mp4 2.1 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/04. Coroutines.mp4 2.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/12. Nth Element.mp4 2.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/07. Finding.mp4 2.0 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/16. Course Summary.mp4 2.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/3. Implementing the Composite Pattern.mp4 2.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/03. Course Overview.mp4 2.0 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/1. Introduction.mp4 2.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/09. Switch.mp4 2.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/10. Try It Yourself.mp4 2.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/03. Building.mp4 2.0 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/11. Summary.mp4 1.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/10. Summary.mp4 1.9 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/8. Summary.mp4 1.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/15. Const Member Function Syntax.mp4 1.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/15. Summary.mp4 1.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/08. A Loop in Disguise.mp4 1.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/12. Summary.mp4 1.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/04. Why C++.mp4 1.9 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/04. Auto.mp4 1.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/04. Stable Sort.mp4 1.9 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/1. Introduction.mp4 1.9 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/08. Modules.mp4 1.9 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/12. Iterator Arithmetic.mp4 1.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/05. Returning a Value.mp4 1.8 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/exercise.7z 1.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/02. What Do You Need.mp4 1.8 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/09. Building Output and Strings.mp4 1.8 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/10. Destructors.mp4 1.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/14. What Are You Trying to Do.mp4 1.8 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/03. A Pair of Values.mp4 1.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/01. Introduction.mp4 1.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/11. Module Benefits.mp4 1.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/04. Discoverability.mp4 1.7 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/8. Summary.mp4 1.7 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/15. Other Headers.mp4 1.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/5. Experiment.mp4 1.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/07. Modern C++.mp4 1.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/08. Casting.mp4 1.7 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/06. Declare as Late as Possible.mp4 1.6 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/3. Why C++.mp4 1.6 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/1. Introduction.mp4 1.6 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/9. Summary.mp4 1.6 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/06. Return an Error Code.mp4 1.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/15. Summary.mp4 1.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/03. Functions.mp4 1.5 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/1. Introduction.mp4 1.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/5. Online Compilers.mp4 1.5 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/3. Building.mp4 1.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/11. Immediate If.mp4 1.5 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/03. Concepts.mp4 1.5 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/08. Error Code as Output Parameter.mp4 1.4 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/9. Summary.mp4 1.4 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/05. Total All Elements.mp4 1.4 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/06. Rule of Three.mp4 1.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/9. Summary.mp4 1.4 MB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/8. Summary.mp4 1.4 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/06. The [chrono] - Header.mp4 1.4 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/1. Module Overview.mp4 1.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/2. Copying.mp4 1.3 MB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/8. Summary.mp4 1.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/08. Standardization.mp4 1.3 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/02. Comparing Collections.mp4 1.3 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/1. Module Overview.mp4 1.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/02. struct.mp4 1.3 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/4. Null Pointers.mp4 1.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/01. Introduction.mp4 1.2 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/10. std--format.mp4 1.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/01. Introduction.mp4 1.2 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/8. Summary.mp4 1.2 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/10. Summary.mp4 1.2 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/2. When to Use the Composite Pattern.mp4 1.2 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/04. Transform.mp4 1.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/1. Introduction.mp4 1.1 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/7. Cppreference.com.mp4 1.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/7. Const With References.mp4 1.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/09. The Preprocessor.mp4 1.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/01. Introduction.mp4 1.1 MB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/10. Module Syntax.mp4 1.1 MB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/08. Reversing a Collection.mp4 1.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/7. Summary.mp4 1.1 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/6. Summary.mp4 1.1 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/6. Summary.mp4 1.1 MB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/05. While.mp4 1.1 MB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/5. Things to Notice.mp4 1.0 MB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/7. Summary.mp4 983.1 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/7. Summary.mp4 976.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/1. Introduction.mp4 960.8 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/6. Summary.mp4 960.8 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/08. Coroutine Benefits.mp4 944.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/01. Introduction.mp4 927.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/01. Introduction.mp4 920.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/1. Introduction.mp4 910.1 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/6. Summary.mp4 908.3 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/1. Introduction.mp4 899.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/01. Introduction.mp4 897.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/6. Summary.mp4 893.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/01. Introduction.mp4 877.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/01. Introduction.mp4 864.2 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/1. Introduction.mp4 862.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/01. Introduction.mp4 852.9 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/1. Introduction.mp4 847.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/06. Is It Sorted.mp4 846.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/01. Introduction.mp4 842.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/01. Introduction.mp4 841.2 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/1. Module Overview.mp4 830.2 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/1. Introduction.mp4 802.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/08. Working with Objects.mp4 802.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/06. Standard Library.mp4 796.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/01. Introduction.mp4 792.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/14. Default Comparison Operator.mp4 791.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/01. Introduction.mp4 720.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/1. Introduction.mp4 710.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/01. Intro.mp4 691.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/01. Introduction.mp4 669.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/01. Introduction.mp4 664.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/5. Related Patterns.mp4 649.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/01. Introduction.mp4 591.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/1. Version Check.mp4 554.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/01. Introduction.mp4 547.1 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/1. Version Check.mp4 489.9 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/1. Introduction.mp4 434.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/1. Version Check.mp4 340.5 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/1. Version Check.mp4 337.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/cover.jpg 272.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/cover.jpg 241.7 KB
- scr 2023-05.png 227.0 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/cover.jpg 218.8 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/cover.jpg 202.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/cover.jpg 202.7 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/cover.jpg 200.3 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/cover.jpg 191.1 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/cover.jpg 174.4 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/cover.jpg 129.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/cover.jpg 124.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/05. Demo - Fundamental Types.srt 27.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/8. Demo - Writing an Overload.srt 19.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/5. Demo - Pointers and References.srt 17.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/05. Demo - Manual Memory Management.srt 17.2 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/3. Demo - Isocpp.srt 17.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/06. Demo - Indirection and Inheritance.srt 16.1 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/01. Introducing Standard Arrays.srt 15.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/11. Demo - Error Messages.srt 14.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/02. Using Base Class Pointers as an Interface.srt 14.5 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/4. Demo - Creating Commands.vtt 14.2 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/4. Demo - Ticket Processing System.vtt 14.2 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/3. Demo - Using Language to Reserve Tickets.vtt 13.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/7. Overloading new and delete Operators.srt 13.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/4. Demo - Movie Groups.vtt 13.3 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/4. Implementing Dynamic Decorators.vtt 13.1 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/07. Erase-remove Idiom.srt 13.0 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/10. Sharing the Ownership with Shared Pointers.srt 12.8 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/3. Demo - Implementing Undo.vtt 12.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/06. Using this Pointer to Implement Assignment Operators.srt 12.4 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/5. Demo - Lexing and Parsing.vtt 12.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/3. Implementing the Bridge Pattern.vtt 12.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/06. Demo - Free Functions.srt 11.9 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/6. Passing Arguments by Reference.srt 11.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/3. Comparisons.srt 11.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/03. Virtual Tables and Virtual Pointers.srt 11.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/03. Working with Raw Arrays.srt 11.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/03. Optimizing Array Management with C++20 Ranges.srt 11.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/5. Demo - Range Views.srt 11.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/05. Implementing Copy Semantics.srt 11.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/3. Introducing Stack and Heap.srt 11.2 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/2. Demo - Implementing Iterator.vtt 11.0 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/5. Implementing Static Decorators.vtt 11.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/14. Demo - Exceptions.srt 10.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/15. Demo - Remove.vtt 10.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/09. Implementing Exclusive Ownership with Unique Pointers.srt 10.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/08. Implementing Move Semantics.srt 10.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/05. Vectors Size and Capacity.srt 10.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/3. Using Pointers to Store Memory Addresses.srt 10.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/6. Dangers of Memory Leaks.srt 10.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/05. Pointing to Functions.srt 10.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/03. Threads and std--jthread.srt 10.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/10. Demo - Shared Pointer.srt 10.3 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/09. Demo - Finding.vtt 10.2 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/04. Using Vectors to Implement Dynamic Arrays.srt 10.2 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/08. Constructing Dynamic Multidimensional Arrays.srt 10.2 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/04. Demo - Error Messages.srt 10.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/4. Bitwise Operators.srt 10.1 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/08. Owning Resources with Smart Pointers.srt 10.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/15. Why Not Always Use Exceptions.srt 10.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/3. Demo - Implementing Mediator.vtt 9.9 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/07. Rvalue References and Value Categories in C++.srt 9.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/09. Optimizing Performance with Copy Elision and xvalues.srt 9.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/07. Move Semantics and Rule of Five.srt 9.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/07. Multidimensional Arrays on the Stack.srt 9.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/10. Demo - Casting Pointers.srt 9.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/4. Demo - Creating Expressions.vtt 9.6 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/4. Demo - Filtering Iterator.vtt 9.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/07. Demo - Accumulate and Reduce.vtt 9.5 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/1. Introduction.vtt 9.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/05. Demo - Return a Boolean.srt 9.3 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/02. Using Pointer Arithmetic to Access Array Elements.srt 9.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/09. Cast Operators.srt 9.3 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/4. C++20 Status and Compliance.srt 9.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/09. Demo - Standardization.srt 9.2 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/7. Implementing Decorators Using Functions.vtt 9.1 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/1. Pointers and Data Types.srt 9.0 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/8. Console Application Structure.srt 9.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/6. Demo - Undo.vtt 8.9 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/04. Revisiting the RAII Idiom.srt 8.9 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/10. Comparing Strings with Arrays of Characters.srt 8.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/06. Demo - While.srt 8.9 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/4. Variants of Proxy Design Pattern.vtt 8.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/08. Demo - For.srt 8.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/04. Arrays Decay to Pointers.srt 8.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/3. Demo - Booking Venues.vtt 8.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/5. Introducing Scope and RAII.srt 8.5 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/7. Using References Instead of Pointers.srt 8.5 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/4. Standardization Priorities.srt 8.5 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/4. What you Need.srt 8.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/02. What Is an Error.srt 8.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/13. Exceptions.srt 8.3 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/3. Practical Implementation.vtt 8.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/03. Demo - The Free Store.srt 8.1 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/5. Performance.srt 8.0 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/4. Practical Implementation.vtt 8.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/5. Demo - Further Decoupling.vtt 7.9 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/2. Introduction.vtt 7.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/06. Demo - Inheritance.srt 7.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/8. Summary.srt 7.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/14. Demo - Const Member Functions.srt 7.8 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/3. Object Adapter.vtt 7.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/16. Cleanup.srt 7.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/06. Allocating Dynamic Arrays on the Heap.srt 7.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/07. Console Application Structure.srt 7.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/5. Allocating Memory on the Heap with new and delete.srt 7.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/4. Practical Implementation.vtt 7.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/03. Demo - Sort.vtt 7.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/2. Arithmetic.srt 7.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/10. Demo - The Preprocessor.srt 7.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/07. Member Functions.srt 7.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/07. For.srt 7.4 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/5. Say What You Mean.srt 7.4 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/2. Definition - Mediator.vtt 7.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/7. Writing an Overload.srt 7.2 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/2. Understanding Strategy Design Pattern.vtt 7.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/02. Classes and Objects.srt 7.0 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/11. Summary.srt 6.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/06. Constructors.srt 6.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/04. Parameters by Value or Reference.srt 6.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/04. Demo - Comparing.vtt 6.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/08. Demo - Ranges Transform.vtt 6.8 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/2. Interpreter - Definition.vtt 6.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/12. Summary.srt 6.7 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/5. The PImpl Idiom.vtt 6.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/5. Demo - Macro Command.vtt 6.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/2. Command - Definition.vtt 6.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/playlist.m3u 6.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/09. Pointing to an Array.srt 6.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/05. Separate Code not Execution.srt 6.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/8. Demo - CppReference.vtt 6.6 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/3. Practical Implementation.vtt 6.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/10. Demo - Count.vtt 6.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/07. Demo - Coroutines.srt 6.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/5. Demo - Copying.vtt 6.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/05. Visual Studio.srt 6.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/8. Const with Pointers and References.srt 6.4 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/3. Chain of Responsibility - Definition.vtt 6.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/1. Course Introduction and Prerequisites.srt 6.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/07. Demo - Constructors.srt 6.4 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/2. Understanding Null Object Design Pattern.vtt 6.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/4. Dereferencing Pointers.srt 6.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/09. Easy Memory Management.srt 6.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/07. Enumerations.srt 6.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/08. Demo - Member Functions.srt 6.2 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/2. Sorting an Entire Collection.srt 6.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/08. Range Views.vtt 6.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/07. Demo - Unique.vtt 6.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/02. Flow Of Control.srt 6.0 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/8. Course Summary/2. Comparing Behavioral Design Patterns.vtt 6.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/04. Popular Tools.srt 5.9 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/2. Understanding Flyweight Design Pattern.vtt 5.9 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/3. Design Patterns Overview.vtt 5.8 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/4. Practical Implementation.vtt 5.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/02. Using Algorithms with Iterators.srt 5.8 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/11. Demo - format.srt 5.8 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/4. Unified Modeling Language.vtt 5.8 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/10. Summary.srt 5.7 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/2. Understanding Proxy Design Pattern.vtt 5.7 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/6. Demo - Try a Feature.srt 5.6 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/4. Demo - Implementing Redo.vtt 5.6 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/7. Course Summary.srt 5.6 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/6. Dependency Injection Pattern.vtt 5.6 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/11. Observing Resources with Weak Pointers.srt 5.6 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/3. Demo - Using Iterator.vtt 5.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/3. Pointers.srt 5.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/02. Count.vtt 5.6 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/3. Design Patterns Overview.vtt 5.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/02. References and Inheritance.srt 5.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/07. Demo - Header Confusion.srt 5.5 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/2. Understanding Facade Design Pattern.vtt 5.5 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/4. Practical Implementation.vtt 5.5 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/4. Unified Modeling Language.vtt 5.5 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/6. Choosing Between Decorator Implementations.vtt 5.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/08. Demo - Iterators.vtt 5.3 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/09. Demo - Finding in Sorted Collections.vtt 5.3 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/4. Merits and Demerits.vtt 5.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/08. Demo - Slicing.srt 5.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/02. The Free Store.srt 5.3 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/2. SOLID Principles - An Overview.vtt 5.3 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/3. Single-responsibility Principle.vtt 5.3 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/4. Choosing the Appropriate Region of Memory.srt 5.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/04. Virtual Functions.srt 5.3 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/2. When to Use the Bridge Pattern.vtt 5.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/05. Virtual Destructors.srt 5.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/12. Demo - Return Expected.srt 5.2 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/9. Summary.srt 5.1 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/2. Understanding Template Method Design Pattern.vtt 5.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/6. Operator Overloading.srt 5.1 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/3. Structure and Implementation Aspects.vtt 5.1 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/7. Course Summary/2. Comparing Structural Design Patterns.vtt 5.1 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/4. Built in Capabilities.srt 5.1 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/4. Practical Implementation.vtt 5.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/09. Demo - Visual Studio - Create a Project.srt 5.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/03. Fundamental Types.srt 5.0 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/6. Visual Studio Editions.srt 5.0 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/4. Class Adapter.vtt 4.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/02. Sorting.vtt 4.9 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/7. Demo - Dependency Injection Pattern.vtt 4.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/12. Three Way Comparison.srt 4.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/03. Demo - Replacing.vtt 4.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/playlist.m3u 4.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/06. Kinds of Applications.srt 4.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/07. Demo - Return an Error Code.srt 4.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/09. Demo - Modules.srt 4.8 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/4. General Purpose Language.srt 4.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/7. Demo - Special Copying.vtt 4.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/03. Demo - Creating and Filling Collections.vtt 4.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/09. Advantages of Algorithms.vtt 4.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/2. Understanding Observer Design Pattern.vtt 4.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/3. Implementing State Design Pattern.vtt 4.7 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/3. Standard Library Changes.srt 4.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/04. Demo - Namespaces.srt 4.7 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/6. Interface Segregation Principle.vtt 4.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/2. Pointing to an Address in Memory/2. Referencing Variables from Memory.srt 4.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/16. Lambdas - Functions With No Name.srt 4.7 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/3. Why We Need the Decorator Pattern.vtt 4.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/4. Inserting Iterators.vtt 4.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/10. Understanding Error Messages.srt 4.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/09. Demo - for_each.vtt 4.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/12. Partition.vtt 4.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/11. Reverse Iterators.vtt 4.6 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/4. Abstract Factory Pattern.vtt 4.5 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/4. Benefits of Using The Bridge Pattern.vtt 4.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/05. Demo - Classes and Objects.srt 4.5 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/2. Understanding Visitor Design Pattern.vtt 4.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/04. Manual Memory Management.srt 4.4 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/5. Demo - Builder Pattern.vtt 4.4 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/6. Some Drawbacks.srt 4.4 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/5. Merits and Demerits.vtt 4.4 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/7. Dependency Inversion Principle.vtt 4.4 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/3. Practical Implementation.vtt 4.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/10. Demo - Switch.srt 4.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/12. Causes of Error Messages.srt 4.4 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/8. Course Summary/1. A Quiz.vtt 4.4 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/4. Open-closed Principle.vtt 4.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/2. When to Use the Decorator Pattern.vtt 4.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/02. Basics.srt 4.3 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/4. Using Pointers to Access Array Elements/01. What Is the Point of Arrays-.srt 4.3 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/09. Other Concurrency Topics.srt 4.3 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/5. Demo - Abstract Factory Pattern.vtt 4.3 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/2. Memento - Definition.vtt 4.3 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/7. Demo - Prototype Pattern.vtt 4.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/05. Collections, Algorithms, Iterators.vtt 4.2 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/7. Not Too Hard.srt 4.2 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/3. Demo - Factory Method Pattern.vtt 4.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/18. Summary.srt 4.1 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/4. Practical Implementation.vtt 4.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/08. Demo - Enumerations.srt 4.0 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/6. Abstracting Memory Management in Modern C++/06. Inserting Elements at a Specific Position.srt 4.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/10. Demo - Return std--optional.srt 4.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/09. Demo - Casting.srt 4.0 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/07. Demo - [chrono].srt 4.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/8. Const With Pointers.srt 4.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/05. Why Count.vtt 4.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/6. Special Copying.vtt 3.9 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/5. Merits and Demerits.vtt 3.9 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/playlist.m3u 3.9 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/3. Implementing Flyweight Design Pattern.vtt 3.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/03. Building.srt 3.9 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/2. Understanding State Design Pattern.vtt 3.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/06. Demo - Transform.vtt 3.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/04. Demo - If.srt 3.8 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/3. Demo - Singleton Pattern.vtt 3.8 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/08. Learning [chrono].srt 3.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/11. Demo - Destructors.srt 3.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/12. Summary.srt 3.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/13. Demo - Reverse Iterators and Iterator Arithmetic.vtt 3.7 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/5. Pointing to Class Members/01. Accessing Class Members with the Arrow Operator.srt 3.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/08. Faster Finding.vtt 3.7 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/1. Introduction.vtt 3.7 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/5. Liskov Substitution Principle.vtt 3.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/3. Iterator Parameters.vtt 3.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/11. Demo - Partial Sort.vtt 3.6 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/6. Summary.srt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/10. Rotate.vtt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/07. Ranges Transforms.vtt 3.6 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/5. Merits and Demerits.vtt 3.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/07. Console Input and Output.srt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/09. Demo - Reverse.vtt 3.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/3. Demo - Sorting.srt 3.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/17. Choosing Your Approach.srt 3.6 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/3. Structure and Implementation Aspects.vtt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/4. Integer Parameters.vtt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/05. Demo - Inserting Iterators.vtt 3.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/04. Demo - Counting.vtt 3.6 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/2. Factory Method Pattern.vtt 3.6 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/1. Introduction.vtt 3.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/11. Demo - Const.srt 3.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/03. If.srt 3.4 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/7. Kinds of Applications.srt 3.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/9. Summary.srt 3.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/04. Inserting Iterators.vtt 3.4 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/5. Merits and Demerits.vtt 3.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/06. Coroutine Example.srt 3.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/14. Removing Elements.vtt 3.4 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/5. Things to Notice.vtt 3.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/3. Dynamic Memory Allocation/2. Type Casting Void Pointers.srt 3.3 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/7. Course Summary/1. A Quiz.vtt 3.3 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/05. Inserting Iterators.vtt 3.3 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/06. Reduce.vtt 3.3 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/4. Working with Flyweight Design Pattern/5. Merits and Demerits.vtt 3.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/11. Summary.srt 3.3 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/3. Working with Observer Design Pattern/1. Introduction.vtt 3.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/10. Partial Sorting.vtt 3.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/06. Demo - all_of, any_of, and none_of.vtt 3.2 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/2. Version Check.srt 3.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/06. Algorithms.vtt 3.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/02. Creating and Filling Collections.vtt 3.2 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/8. Language and Library Changes.srt 3.2 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/6. Working with Proxy Design Pattern/1. Introduction.vtt 3.2 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/7. Things to Notice.vtt 3.2 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/6. Things to Notice.vtt 3.2 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/5. Modern C++.srt 3.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/02. Version Check.srt 3.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/12. Demo - Immediate If.srt 3.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/10. Variations on Finding.vtt 3.1 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/1. Introduction.vtt 3.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/1. Course Overview/1. Course Overview.vtt 3.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/03. C++ and Libraries.vtt 3.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/06. C++ Headers.srt 3.1 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/2. Singleton Pattern.vtt 3.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/05. Not Too Hard.srt 3.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/04. Return a Boolean.srt 3.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/4. Range Views.srt 3.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/09. Overloads.srt 3.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/11. Demo - Rotate.vtt 3.0 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/5. Working with Strategy Design Pattern/3. Implementing Strategy Design Pattern.vtt 3.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/17. Summary.srt 3.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/10. Const.srt 3.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/13. Recognizing Algorithms.vtt 3.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/03. Count If.vtt 3.0 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/1. Creational Patterns - An Overview.vtt 3.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/8. Noncopyable Types.vtt 3.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/5. Predicate Parameter.vtt 3.0 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/1. Course Overview/1. Course Overview.srt 3.0 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/5. Demo- Getting Started.srt 3.0 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/2. Introduction.vtt 2.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/02. Parallelism and Concurrency.srt 2.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/12. Iterator Arithmetic.vtt 2.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/playlist.m3u 2.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/09. Scope.srt 2.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/05. Inheritance.srt 2.9 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/2. Introduction.vtt 2.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/11. Summary.srt 2.9 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/6. Summary.srt 2.8 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/8. Course Conclusion.vtt 2.8 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/6. PImpl Benefits and Trade-offs.vtt 2.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/07. Slicing.srt 2.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/2. References.srt 2.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/08. Demo - Console Application.srt 2.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/9. Summary.vtt 2.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/09. Switch.srt 2.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/14. Algorithms in This Course.vtt 2.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/4. Working with State Design Pattern/1. Introduction.vtt 2.7 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/2. Version Check.srt 2.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/7. Cant Remember.vtt 2.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/7. Working with Visitor Design Pattern/5. Merits and Demerits.vtt 2.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/13. Demo - Partition.vtt 2.7 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/2. Choose Your Tools.srt 2.7 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/05. Concepts for Template Writers.srt 2.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/02. Replacing Values.vtt 2.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/9. Summary.srt 2.7 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/3. Structure and Implementation Aspects.vtt 2.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/02. Duck Typing.srt 2.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/12. Summary.srt 2.6 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/3. Working with Facade Design Pattern/1. Introduction.vtt 2.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/13. Demo - Comparison.srt 2.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/10. Destructors.srt 2.6 KB
- ~i.txt 2.6 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/1. Course Introduction.vtt 2.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/02. Version Check.vtt 2.6 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/6. Working with Template Method Design Pattern/1. Introduction.vtt 2.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/03. Namespaces.srt 2.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/03. Course Overview.srt 2.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/05. consteval And constinit.srt 2.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/09. Ranges Transform Code.vtt 2.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/06. Eliminating Duplicates.vtt 2.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/6. Modifiers in Names.vtt 2.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/3. The Destination Collection.vtt 2.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/6. Const.srt 2.5 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/5. Working with Null Object Design Pattern/1. Introduction.vtt 2.5 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/playlist.m3u 2.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/11. Summary.srt 2.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/04. constexpr Everything.srt 2.5 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/2. Standardization.srt 2.5 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/5. Benefits and Trade-offs.vtt 2.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/13. Summary.srt 2.4 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/6. Things to Notice.vtt 2.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/7. There Is More.srt 2.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/11. Member or Nonmember Begin and End.vtt 2.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/5. Implementation Considerations.vtt 2.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/1. Course Overview/1. Course Overview.srt 2.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/03. Chains of Calls.srt 2.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/10. Summary.srt 2.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/2. When to Use the Adapter Pattern.vtt 2.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/12. Nth Element.vtt 2.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/8. Benefits and Trade-offs.vtt 2.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/08. Rule of Zero.srt 2.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/04. Coroutines.srt 2.4 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/1. Course Overview/1. Course Overview.vtt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/04. Why C++.srt 2.3 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/3. Standardization.srt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/04. Including vs. Importing.srt 2.3 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/4. Demo - Using Mediator.vtt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/11. Summary.srt 2.3 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/4. Builder Pattern.vtt 2.3 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/1. Course Overview/1. Course Overview.vtt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/03. Building.srt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/01. Course Overview/1. Course Overview.srt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/02. What Do You Need.srt 2.3 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/2. The Standard Library.srt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/04. Auto.srt 2.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/07. Modern C++.srt 2.2 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/6. Prototype Pattern.vtt 2.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/07. Iterators.vtt 2.2 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/4. Advanced Creational Patterns/1. Advanced Creational Patterns - An Overview.vtt 2.2 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/playlist.m3u 2.2 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/1. Course Overview/1. Course Overview.vtt 2.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/03. Pointers and Inheritance.srt 2.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/13. Const Member Functions.srt 2.2 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/1. Course Overview/1. Course overview.srt 2.2 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/1. Course Overview/1. Course Overview.vtt 2.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/2. Remembering.vtt 2.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/12. Summary.srt 2.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/16. Summary.vtt 2.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/08. Modules.srt 2.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/11. Immediate If.srt 2.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/15. Const Member Function Syntax.srt 2.1 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/03. Functions.srt 2.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/12. Is There a Ranges Version.vtt 2.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/02. constexpr.srt 2.1 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/03. A Pair of Values.vtt 2.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/09. Return std--optional.srt 2.0 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/16. Course Summary.srt 2.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/08. Casting.srt 2.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/4. Null Pointers.srt 2.0 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/09. Building Output and Strings.srt 2.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/02. struct.srt 2.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/11. Return Expected.srt 2.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/07. Finding.vtt 2.0 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/6. Combining Views.srt 2.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/14. Summary.vtt 2.0 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/9. Summary.vtt 2.0 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/8. Summary.vtt 2.0 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/~i.txt 1.9 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/02. C++ Is Not Only an OO Language.srt 1.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/08. A Loop in Disguise.vtt 1.9 KB
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/~i.txt 1.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/8. Summary.srt 1.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/08. Reversing a Collection.vtt 1.9 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/05. Total All Elements.vtt 1.9 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/03. Demo - constexpr.srt 1.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/9. Conventions/1. Introduction.vtt 1.8 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/1. Course Overview/1. Course Overview.vtt 1.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/05. Returning a Value.srt 1.8 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/5. Experiment.srt 1.8 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/14. What Are You Trying to Do.vtt 1.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/10. Summary.vtt 1.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/1. Introduction.vtt 1.7 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/5. Online Compilers.srt 1.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/1. Introduction.vtt 1.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/16. Summary.vtt 1.7 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/3. Building.srt 1.7 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/06. Return an Error Code.srt 1.7 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/1. Introduction.vtt 1.7 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/10. Summary.vtt 1.7 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/3. Why C++.srt 1.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/02. Comparing Collections.vtt 1.6 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/1. Introduction.vtt 1.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/04. Stable Sort.vtt 1.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/15. Summary.vtt 1.6 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/~i.txt 1.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/05. Demo - Stable Sort.vtt 1.6 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/9. Summary.srt 1.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/06. The [chrono] - Header.srt 1.6 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/09. The Preprocessor.srt 1.6 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/13. Demo - Nth Element.vtt 1.6 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/11. Module Benefits.srt 1.5 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/3. Implementing the Composite Pattern.vtt 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/05. While.srt 1.5 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/3. Basic Creational Patterns/8. Summary.vtt 1.5 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/~i.txt 1.5 KB
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/playlist.m3u 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/7. Const With References.srt 1.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/15. Summary.srt 1.5 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/03. Concepts.srt 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/08. Error Code as Output Parameter.srt 1.5 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/5. Things to Notice.vtt 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/01. Introduction.srt 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/10. Try It Yourself.srt 1.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/15. Other Headers.vtt 1.5 KB
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/playlist.m3u 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/08. Standardization.srt 1.5 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/06. Rule of Three.srt 1.5 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/04. Discoverability.vtt 1.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/~i.txt 1.4 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/9. Summary.srt 1.4 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/~i.txt 1.4 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/playlist.m3u 1.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/9. Summary.vtt 1.4 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/1. Module Overview.vtt 1.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/10. Summary.srt 1.4 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/06. Declare as Late as Possible.srt 1.4 KB
- B3. Working with Pointers and Arrays in C++20 (Mateo Prigl, 2021)/~i.txt 1.3 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/~i.txt 1.3 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/5. Decorator/1. Module Overview.vtt 1.3 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/7. Cppreference.com.srt 1.3 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/8. Summary.srt 1.3 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/10. std--format.srt 1.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/07. Demo - Is It Sorted.vtt 1.2 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/playlist.m3u 1.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/11. Indirection/1. Introduction.srt 1.2 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/2. When to Use the Composite Pattern.vtt 1.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/2. Standard Library Philosophy and Approach/01. Introduction.vtt 1.2 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/02. Understanding C++ in Context/06. Standard Library.srt 1.2 KB
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/2. Copying.vtt 1.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/08. Coroutine Benefits.srt 1.1 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/3. Applying the Command Pattern/8. Summary.vtt 1.1 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/6. Summary.vtt 1.1 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/3. Bridge/7. Summary.vtt 1.1 KB
- A1. C++20. The Big Picture (Kate Gregory, 2021)/~i.txt 1.1 KB
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/2. Adapter/6. Summary.vtt 1.1 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/7. Summary.vtt 1.1 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/5. Related Patterns.vtt 1.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/10. Module Syntax.srt 1.1 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/3. Ranges/1. Introduction.srt 1.0 KB
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/4. Applying the Interpreter Pattern/7. Summary.vtt 1.0 KB
- B1. What's New in C++20 (Kate Gregory, 2022)/~i.txt 1.0 KB
- A2. C++20 Fundamentals (Kate Gregory, 2022)/12. Memory Management/01. Introduction.srt 1010 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/01. Introduction.srt 991 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/13. Indirection and Inheritance/01. Introduction.srt 984 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/04. Transform.vtt 983 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/06. Is It Sorted.vtt 982 bytes
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/6. Applying the Mediator Pattern/6. Summary.vtt 960 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/5. Comparing and Accumulating/01. Introduction.vtt 930 bytes
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/5. Applying the Iterator Pattern/6. Summary.vtt 925 bytes
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/01. Introduction.srt 923 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/09. Operators/1. Introduction.srt 921 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/08. Functions/01. Introduction.srt 916 bytes
- A1. C++20. The Big Picture (Kate Gregory, 2021)/5. The C++ Standard Library/1. Introduction.srt 899 bytes
- A1. C++20. The Big Picture (Kate Gregory, 2021)/3. C++ Changes Over Time/1. Introduction.srt 888 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/03. Tools/01. Introduction.srt 885 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/10. Error Handling/01. Introduction.srt 870 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/05. Classes/08. Working with Objects.srt 841 bytes
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/7. Applying the Memento Pattern/6. Summary.vtt 839 bytes
- B5. Design Patterns in C++20. Structural - Adapter to Decorator (Dror Helper, 2021)/4. Composite/1. Module Overview.vtt 828 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/3. Counting and Finding/01. Introduction.vtt 814 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/04. Variables and Fundamental Types/01. Intro.srt 776 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/6. Copying and Moving/1. Introduction.vtt 763 bytes
- B1. What's New in C++20 (Kate Gregory, 2022)/2. C++20 Changes and Support/1. Introduction.srt 751 bytes
- A1. C++20. The Big Picture (Kate Gregory, 2021)/2. What Is C++ For/1. Introduction.srt 750 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/07. Flow of Control/01. Introduction.srt 714 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/7. Transforming/01. Introduction.vtt 704 bytes
- B1. What's New in C++20 (Kate Gregory, 2022)/4. Concurrency Changes/01. Introduction.srt 691 bytes
- B1. What's New in C++20 (Kate Gregory, 2022)/5. Changes to Library Consumption/01. Introduction.srt 685 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/8. Generating and Manipulating/01. Introduction.vtt 662 bytes
- B1. What's New in C++20 (Kate Gregory, 2022)/6. Small Changes with Big Impact/14. Default Comparison Operator.srt 656 bytes
- B2. C++20 Algorithms Playbook (Kate Gregory, 2023)/4. Sorting/01. Introduction.vtt 617 bytes
- A2. C++20 Fundamentals (Kate Gregory, 2022)/06. More User Defined Types/01. Introduction.srt 543 bytes
- A1. C++20. The Big Picture (Kate Gregory, 2021)/4. Tools for C++/1. Introduction.srt 372 bytes
- B4. Design Patterns in C++20. Creational (Zachary Bennett, 2021)/2. SOLID Design Principles/1. Version Check.vtt 7 bytes
- B6. Design Patterns in C++20. Structural - Façade to Proxy (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/1. Version Check.vtt 7 bytes
- B7. Design Patterns in C++20. Behavioral - Chain of Responsibility to Memento (Torben Boeck Jensen, 2021)/2. Applying the Chain of Responsibility Pattern/1. Version Check.vtt 7 bytes
- B8. Design Patterns in C++20. Behavioral - Observer to Visitor (Jaya Bodkhey, 2021)/2. Understanding Design Patterns in C++/1. Version Check.vtt 7 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.