Multi-Paradigm Programming with Modern C++

mp4   Hot:4   Size:1.03 GB   Created:2025-03-31 05:21:19   Update:2025-05-18 07:09:05  

File List

  • z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/scratch.cpp 0 B
    Chapter 08 Concurrent Data Access/003. Synchronization with Mutexes.mp4 49.07 MB
    Chapter 01 Introduction to C++/002. On Programming Paradigms.en.srt 11.84 KB
    Chapter 01 Introduction to C++/002. On Programming Paradigms.mp4 11.18 MB
    Chapter 01 Introduction to C++/003. A Brief History with C++.en.srt 8.15 KB
    Chapter 01 Introduction to C++/003. A Brief History with C++.mp4 7.56 MB
    Chapter 01 Introduction to C++/004. On Development Tools.en.srt 10.22 KB
    Chapter 01 Introduction to C++/004. On Development Tools.mp4 9.42 MB
    Chapter 02 Structuring Projects in C++/001. Structure of C++ Projects.en.srt 10.04 KB
    Chapter 02 Structuring Projects in C++/001. Structure of C++ Projects.mp4 10.34 MB
    Chapter 02 Structuring Projects in C++/002. Organizing Source Files.en.srt 11.96 KB
    Chapter 02 Structuring Projects in C++/002. Organizing Source Files.mp4 15.66 MB
    Chapter 02 Structuring Projects in C++/003. Improving Compilation Speed.en.srt 10.89 KB
    Chapter 02 Structuring Projects in C++/003. Improving Compilation Speed.mp4 10.72 MB
    Chapter 02 Structuring Projects in C++/004. Pimpl Idiom.en.srt 12.67 KB
    Chapter 02 Structuring Projects in C++/004. Pimpl Idiom.mp4 22.94 MB
    Chapter 02 Structuring Projects in C++/005. Modules in C++ 2a.en.srt 9.35 KB
    Chapter 02 Structuring Projects in C++/005. Modules in C++ 2a.mp4 12.32 MB
    Chapter 02 Structuring Projects in C++/006. Structuring Modules.en.srt 10.88 KB
    Chapter 02 Structuring Projects in C++/006. Structuring Modules.mp4 14.62 MB
    Chapter 03 Creating Better Interfaces/001. What Makes a Good Interface.en.srt 4.69 KB
    Chapter 03 Creating Better Interfaces/001. What Makes a Good Interface.mp4 4.98 MB
    Chapter 03 Creating Better Interfaces/002. Providing a Good Abstraction.en.srt 12 KB
    Chapter 03 Creating Better Interfaces/002. Providing a Good Abstraction.mp4 19.34 MB
    Chapter 03 Creating Better Interfaces/003. Passing Things Around.en.srt 12.3 KB
    Chapter 03 Creating Better Interfaces/003. Passing Things Around.mp4 12.65 MB
    Chapter 03 Creating Better Interfaces/004. Enforcing the Contract.en.srt 13.02 KB
    Chapter 03 Creating Better Interfaces/004. Enforcing the Contract.mp4 12.8 MB
    Chapter 03 Creating Better Interfaces/005. Interface with Style.en.srt 10.64 KB
    Chapter 03 Creating Better Interfaces/005. Interface with Style.mp4 11.03 MB
    Chapter 03 Creating Better Interfaces/006. Application Binary Interface.en.srt 6.6 KB
    Chapter 03 Creating Better Interfaces/006. Application Binary Interface.mp4 6.75 MB
    Chapter 04 Going Object-Oriented/001. Class and Structs.en.srt 9.38 KB
    Chapter 04 Going Object-Oriented/001. Class and Structs.mp4 11.77 MB
    Chapter 04 Going Object-Oriented/002. Constructors and Destructors.en.srt 15.36 KB
    Chapter 04 Going Object-Oriented/002. Constructors and Destructors.mp4 16.04 MB
    Chapter 04 Going Object-Oriented/003. Copy and Move.en.srt 12.5 KB
    Chapter 04 Going Object-Oriented/003. Copy and Move.mp4 13.21 MB
    Chapter 04 Going Object-Oriented/004. Designing Class Hierarchies.en.srt 10.19 KB
    Chapter 04 Going Object-Oriented/004. Designing Class Hierarchies.mp4 11.17 MB
    Chapter 04 Going Object-Oriented/005. Dual Hierarchy Example.en.srt 17.62 KB
    Chapter 04 Going Object-Oriented/005. Dual Hierarchy Example.mp4 31.77 MB
    Chapter 04 Going Object-Oriented/006. Managing Memory.en.srt 10.09 KB
    Chapter 04 Going Object-Oriented/006. Managing Memory.mp4 9.74 MB
    Chapter 04 Going Object-Oriented/007. Shared Pointer.en.srt 12.87 KB
    Chapter 04 Going Object-Oriented/007. Shared Pointer.mp4 21.71 MB
    Chapter 05 From Functions to functional/001. What Makes a Good Function.en.srt 12.61 KB
    Chapter 05 From Functions to functional/001. What Makes a Good Function.mp4 27.59 MB
    Chapter 05 From Functions to functional/002. Arguments and Return Values.en.srt 9 KB
    Chapter 05 From Functions to functional/002. Arguments and Return Values.mp4 9.03 MB
    Chapter 05 From Functions to functional/003. Going Functional.en.srt 13.16 KB
    Chapter 05 From Functions to functional/003. Going Functional.mp4 13.6 MB
    Chapter 05 From Functions to functional/004. Using Lambdas.en.srt 9.65 KB
    Chapter 05 From Functions to functional/004. Using Lambdas.mp4 18.84 MB
    Chapter 05 From Functions to functional/005. Compile-Time Evaluation Using constexpr.en.srt 13.24 KB
    Chapter 05 From Functions to functional/005. Compile-Time Evaluation Using constexpr.mp4 18.78 MB
    Chapter 06 Writing Generic Code with Templates/001. When to Use Templates.en.srt 6.78 KB
    Chapter 06 Writing Generic Code with Templates/001. When to Use Templates.mp4 9.39 MB
    Chapter 06 Writing Generic Code with Templates/002. Instantiating the Template.en.srt 8.28 KB
    Chapter 06 Writing Generic Code with Templates/002. Instantiating the Template.mp4 15.05 MB
    Chapter 06 Writing Generic Code with Templates/003. Specializing the Template.en.srt 9.64 KB
    Chapter 06 Writing Generic Code with Templates/003. Specializing the Template.mp4 15.53 MB
    Chapter 06 Writing Generic Code with Templates/004. Entering Concepts.en.srt 9.17 KB
    Chapter 06 Writing Generic Code with Templates/004. Entering Concepts.mp4 12.52 MB
    Chapter 06 Writing Generic Code with Templates/005. Diving into Concepts.en.srt 10.59 KB
    Chapter 06 Writing Generic Code with Templates/005. Diving into Concepts.mp4 11.13 MB
    Chapter 07 Working with Collections/001. In Search of a Perfect Container.en.srt 10.26 KB
    Chapter 07 Working with Collections/001. In Search of a Perfect Container.mp4 10.18 MB
    Chapter 07 Working with Collections/002. Searching and Sorting.en.srt 6.96 KB
    Chapter 07 Working with Collections/002. Searching and Sorting.mp4 6.99 MB
    Chapter 07 Working with Collections/003. Manipulating Data.en.srt 4.84 KB
    Chapter 07 Working with Collections/003. Manipulating Data.mp4 6.29 MB
    Chapter 07 Working with Collections/004. Enter Ranges.en.srt 8.75 KB
    Chapter 07 Working with Collections/004. Enter Ranges.mp4 13.47 MB
    Chapter 07 Working with Collections/005. Dive into Ranges.en.srt 8.41 KB
    Chapter 07 Working with Collections/005. Dive into Ranges.mp4 8.74 MB
    Chapter 07 Working with Collections/006. More Range Examples.en.srt 14.72 KB
    Chapter 07 Working with Collections/006. More Range Examples.mp4 21.96 MB
    Chapter 08 Concurrent Data Access/001. Data Access Modes.en.srt 8.27 KB
    Chapter 08 Concurrent Data Access/001. Data Access Modes.mp4 10.23 MB
    Chapter 08 Concurrent Data Access/002. Synchronization with Atomics.en.srt 22.15 KB
    Chapter 08 Concurrent Data Access/002. Synchronization with Atomics.mp4 26.09 MB
    Chapter 08 Concurrent Data Access/003. Synchronization with Mutexes.en.srt 26.64 KB
    Chapter 01 Introduction to C++/001. The Course Overview.mp4 14.03 MB
    Chapter 08 Concurrent Data Access/004. Synchronization with Condition Variables.en.srt 10.74 KB
    Chapter 08 Concurrent Data Access/004. Synchronization with Condition Variables.mp4 13.99 MB
    Chapter 08 Concurrent Data Access/005. Parallel STL.en.srt 11.54 KB
    Chapter 08 Concurrent Data Access/005. Parallel STL.mp4 12.82 MB
    Chapter 09 Task-Level Parallelism/001. Thread Pools.en.srt 20 KB
    Chapter 09 Task-Level Parallelism/001. Thread Pools.mp4 24.37 MB
    Chapter 09 Task-Level Parallelism/002. Promise and Future.en.srt 14.67 KB
    Chapter 09 Task-Level Parallelism/002. Promise and Future.mp4 14.74 MB
    Chapter 09 Task-Level Parallelism/003. Running Asynchronous Tasks.en.srt 12.82 KB
    Chapter 09 Task-Level Parallelism/003. Running Asynchronous Tasks.mp4 18.5 MB
    Chapter 09 Task-Level Parallelism/004. Task Continuation.en.srt 15.02 KB
    Chapter 09 Task-Level Parallelism/004. Task Continuation.mp4 23.47 MB
    Chapter 09 Task-Level Parallelism/005. Grouping Tasks with ForkJoin.en.srt 13.17 KB
    Chapter 09 Task-Level Parallelism/005. Grouping Tasks with ForkJoin.mp4 29.59 MB
    Chapter 09 Task-Level Parallelism/006. Distributing the Work.en.srt 14.45 KB
    Chapter 09 Task-Level Parallelism/006. Distributing the Work.mp4 23.46 MB
    Chapter 10 Introduction to Coroutines/001. What Is a Coroutine.en.srt 7.14 KB
    Chapter 10 Introduction to Coroutines/001. What Is a Coroutine.mp4 9.84 MB
    Chapter 10 Introduction to Coroutines/002. Coroutine Mechanics.en.srt 11.38 KB
    Chapter 10 Introduction to Coroutines/002. Coroutine Mechanics.mp4 14.1 MB
    Chapter 10 Introduction to Coroutines/003. Coroutine Machinery.en.srt 20.95 KB
    Chapter 10 Introduction to Coroutines/003. Coroutine Machinery.mp4 26.42 MB
    Chapter 10 Introduction to Coroutines/004. Writing Our First Coroutine.en.srt 13.26 KB
    Chapter 10 Introduction to Coroutines/004. Writing Our First Coroutine.mp4 31.75 MB
    Chapter 10 Introduction to Coroutines/005. Resuming the Coroutine.en.srt 16.22 KB
    Chapter 10 Introduction to Coroutines/005. Resuming the Coroutine.mp4 41.58 MB
    Chapter 11 Dive Deeper into Coroutines/001. Coroutines on a Thread Pool.en.srt 9.56 KB
    Chapter 11 Dive Deeper into Coroutines/001. Coroutines on a Thread Pool.mp4 22.72 MB
    Chapter 11 Dive Deeper into Coroutines/002. Scheduling a Coroutine.en.srt 6.42 KB
    Chapter 11 Dive Deeper into Coroutines/002. Scheduling a Coroutine.mp4 16.33 MB
    Chapter 11 Dive Deeper into Coroutines/003. Returning Values.en.srt 6.89 KB
    Chapter 11 Dive Deeper into Coroutines/003. Returning Values.mp4 16.59 MB
    Chapter 11 Dive Deeper into Coroutines/004. Adding Syntactic Sugar.en.srt 6.34 KB
    Chapter 11 Dive Deeper into Coroutines/004. Adding Syntactic Sugar.mp4 15.32 MB
    Chapter 11 Dive Deeper into Coroutines/005. Implementing Continuations.en.srt 11.58 KB
    Chapter 11 Dive Deeper into Coroutines/005. Implementing Continuations.mp4 26.09 MB
    Chapter 11 Dive Deeper into Coroutines/006. Putting It All Together.en.srt 8.9 KB
    Chapter 11 Dive Deeper into Coroutines/006. Putting It All Together.mp4 20.95 MB
    Chapter 12 C++ Core Guidelines/001. About the Guidelines.en.srt 4.49 KB
    Chapter 12 C++ Core Guidelines/001. About the Guidelines.mp4 4.75 MB
    Chapter 12 C++ Core Guidelines/002. Enforcing the Guidelines.en.srt 9.12 KB
    Chapter 12 C++ Core Guidelines/002. Enforcing the Guidelines.mp4 20.91 MB
    Chapter 12 C++ Core Guidelines/003. General Guidelines.en.srt 11.95 KB
    Chapter 12 C++ Core Guidelines/003. General Guidelines.mp4 13.48 MB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/.gitignore 361 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/CMakeLists.txt 981 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/log.txt 263 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/README.md 2.86 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/.vscode/launch.json 1.03 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/.vscode/settings.json 688 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/main.cpp 4.47 KB
    Chapter 01 Introduction to C++/001. The Course Overview.en.srt 9.44 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/CMakeLists.txt 171 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/daytime/client.h 802 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/daytime/daytime_server.h 845 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/daytime/detail/daytime_server_impl.h 600 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/src/client.cpp 1.79 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/daytime/src/daytime_server.cpp 1.94 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/helpers/CMakeLists.txt 86 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/helpers/logger.h 2.33 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/helpers/scope_guard.h 726 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/helpers/src/logger.cpp 3.61 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/network/CMakeLists.txt 90 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/network/network/server.h 904 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/network/network/udp_server.h 667 B
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/network/network/detail/udp_server_impl.h 1.74 KB
    z.Multi-Paradigm-Programming-with-Modern-Cpp-daytime-master/src/network/src/udp_server.cpp 2.62 KB

Download Info

  • Tips

    “Multi-Paradigm Programming with Modern C++” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.