Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#C++23
YouTube
education
Showing:
44
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
ACCU Conference
C++ Coroutines - Don't Try This at Home - ACCU 2024
0
rewiews
Explore C++20 coroutines: fundamentals, implementation, and practical usage. Gain insights into coroutine frames, handles, promise types, and awaiters for advanced C++ programming.
Add to list
1
Lesons
1 hour 26 minutes
On-Demand
Free-Video
CppNow
Concept Maps Using C++23 Library Tech - Indirection to APIs for a Concept - Lecture
0
rewiews
Explore concept maps in C++23, using inline variable templates to achieve benefits similar to C++0x Concepts. Learn advanced techniques for implementing flexible data structures with monoid-based tags.
Add to list
1
Lesons
1 hour 12 minutes
On-Demand
Free-Video
Meeting Cpp
Contemporary C++ in Action
0
rewiews
Explore modern C++ techniques through live coding, debunking myths and showcasing practical applications for everyday developers using modules, coroutines, and C++23 features.
Add to list
1
Lesons
2 hours
On-Demand
Free-Video
code::dive conference
Moar Functional with C++23
0
rewiews
Explore higher-order functions in C++23, enhancing code composability and expressiveness. Learn to leverage new standard library features for more functional programming approaches.
Add to list
1
Lesons
48 minutes
On-Demand
Free-Video
ACCU Conference
Allocator-Aware Software
0
rewiews
Explore allocator-aware software benefits, costs, and implementation styles in C++. Learn about performance gains, integration challenges, and future language-based approaches for efficient memory management.
Add to list
1
Lesons
1 hour 31 minutes
On-Demand
Free-Video
ACCU Conference
C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
0
rewiews
Explore C++23 Ranges' conceptual changes and practical utilities, including owning views, new algorithms, and adaptors like std::generator for implementing range adaptors and printing ranges.
Add to list
41
Lesons
1 hour 25 minutes
On-Demand
Free-Video
ACCU Conference
mp-units - Lessons Learned and a New C++ Library Design
0
rewiews
Explore Modern C++ features and design possibilities through mp-units library, focusing on dimensional analysis, quantity manipulation, and innovative techniques like the Downcasting Facility.
Add to list
1
Lesons
1 hour 32 minutes
On-Demand
Free-Video
CppNow
Top 5 Library Additions in C++23
0
rewiews
Explore the top 5 library additions in C++23, including std::format, range algorithms, std::expected, and standard modules. Gain insights into new features and their implementation.
Add to list
1
Lesons
1 hour 31 minutes
On-Demand
Free-Video
CppNow
Let's Talk About C++ Abstraction Layers
0
rewiews
Explore C++ abstraction layers, their importance in software development, and recent standards' features. Learn from past mistakes and discover ground rules for effective implementation.
Add to list
1
Lesons
1 hour 22 minutes
On-Demand
Free-Video
NDC Conferences
How C++23 Changes the Way We Write Code
0
rewiews
Explore key C++23 features like std::expected, std::mdspan, deducing this, and std::print, and their impact on everyday C++ programming and code simplification.
Add to list
1
Lesons
59 minutes
On-Demand
Free-Video
Meeting Cpp
The Expected Outcome: Error Handling with std::expected in C++
0
rewiews
Explore unified error handling with std::expected in C++23, advanced usage patterns, and integration with C++20 coroutines for a more familiar syntax without exception baggage.
Add to list
1
Lesons
59 minutes
On-Demand
Free-Video
Meeting Cpp
Throwing Tools at Ranges - Performance Analysis of C++ Styles
0
rewiews
Explore runtime performance and memory usage of ranges code vs. non-ranges code using various analysis tools. Compare C-style C++, C++17, and C++23/ranges to understand modernization effects on performance.
Add to list
1
Lesons
56 minutes
On-Demand
Free-Video
cpponsea
C++ Features You Might Not Know - Obscure Language Elements and Surprising Behaviors
0
rewiews
Explore obscure C++ features, from strange syntax to surprising behaviors, and learn how to leverage them for better or worse programming practices.
Add to list
25
Lesons
51 minutes
On-Demand
Free-Video
cpponsea
Efficient and Reliable Wrapping of C APIs Using Modern C++ - Lecture
0
rewiews
Learn techniques for efficiently wrapping C APIs in modern C++, covering interface design, overhead reduction, compile-time safety, and unit testing strategies. Explore C++23 features for optimal API adaptation.
Add to list
1
Lesons
56 minutes
On-Demand
Free-Video
CppCon
What's New in C++23
0
rewiews
Explore C++23's new features with Sy Brand, enhancing code simplicity, expressiveness, and power. Learn how upcoming changes benefit your programming and prepare for future upgrades.
Add to list
1
Lesons
56 minutes
On-Demand
Free-Video
CppCon
MDSPAN - A Deep Dive Spanning C++, Kokkos and SYCL - Lecture 2022
0
rewiews
Explore MDSPAN's evolution, C++ standardization, and future in SYCL. Gain insights into multidimensional array references and their impact on distributed and high-performance computing.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
CppCon
10 Years of Meeting C++ - Historical Highlights and Future of C++
0
rewiews
Explore C++'s evolution over a decade, from C++11 to C++23, and glimpse its future. Gain insights from organizing a major C++ conference and community platform.
Add to list
1
Lesons
49 minutes
On-Demand
Free-Video
CppCon
The Surprising Complexity of Formatting Ranges in C++ - CppCon 2022
0
rewiews
Explore the intricacies of formatting ranges and tuples in C++, delving into std::format API, technical challenges, and future developments for C++23 and beyond.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
CppCon
More C++ Ranges Please - Exploring Advanced Algorithms and Applications
0
rewiews
Explore advanced C++20/23 range algorithms, including sorted ranges, range-of-ranges operations, and permutations. Gain insights into potential STL additions for enhanced expressiveness and performance.
Add to list
1
Lesons
58 minutes
On-Demand
Free-Video
CppCon
Is C++23 std::mdspan a Zero-overhead Abstraction? - Lecture
0
rewiews
Explore C++23 std::mdspan's efficiency as a zero-overhead abstraction for multi-dimensional arrays through matrix and image operations, comparing assembly output to low-level implementations.
Add to list
1
Lesons
47 minutes
On-Demand
Free-Video
CppCon
C++ Memory Model: From C++11 to C++23
0
rewiews
Explore C++ memory model evolution from C++11 to C++23. Learn CPU and compiler optimizations, threading tools, and best practices for robust, thread-safe code development.
Add to list
1
Lesons
59 minutes
On-Demand
Free-Video
NDC Conferences
A Preview of C++ 23
0
rewiews
Explore upcoming C++23 features, development process, and implementation status. Learn about planned innovations, included changes, and their impact on C++20. See code examples highlighting key additions.
Add to list
1
Lesons
1 hour 4 minutes
On-Demand
Free-Video
CppCon
Effective Ranges: A Tutorial for Using C++2x Ranges
0
rewiews
Master C++2x Ranges: Explore key concepts, algorithms, views, and integration with the standard library for efficient and modern C++ programming.
Add to list
1
Lesons
1 hour 4 minutes
On-Demand
Free-Video
CppCon
How C++23 Changes the Way We Write Code
0
rewiews
Explore key C++23 features like std::expected, std::mdspan, deducing 'this', and std::print. Learn how these additions improve error handling, scientific computing, and simplify common idioms.
Add to list
1
Lesons
1 hour 33 minutes
On-Demand
Free-Video
CppCon
New in Visual Studio 2022 - Conformance, Performance, and Important Features
0
rewiews
Explore Visual Studio 2022's latest enhancements in C++20 support, security features, performance optimizations, and toolchain improvements for efficient development across platforms.
Add to list
1
Lesons
1 hour
On-Demand
Free-Video
CppCon
C++23: An Overview of New and Updated Features - Lecture
0
rewiews
Explore C++23's new features and updates in core language and Standard Library, including explicit object parameters, if consteval, multidimensional subscripts, and more.
Add to list
28
Lesons
1 hour
On-Demand
Free-Video
CppCon
Advancing cppfront with Modern C++ - Refining the Implementation of is, as, and UFCS
0
rewiews
Explore Modern C++ and cppfront's implementation of 'is', 'as', and UFCS. Learn about challenges, achievements, and future directions in refining these key functionalities.
Add to list
1
Lesons
1 hour 5 minutes
On-Demand
Free-Video
CppCon
Monads in Modern C++ - Lecture
0
rewiews
Demystify monads in C++ through theory and practical examples, exploring their increasing relevance in modern programming paradigms and real-world applications.
Add to list
1
Lesons
1 hour 5 minutes
On-Demand
Free-Video
CppCon
Symbolic Calculus for High-performance Computing From Scratch Using C++23
0
rewiews
Explore symbolic calculus implementation in C++23 for high-performance computing. Learn techniques for compile-time derivatives, integrals, and optimized linear algebra computations.
Add to list
1
Lesons
1 hour 4 minutes
On-Demand
Free-Video
CppCon
Cooperative C++ Evolution - Toward a TypeScript for C++
0
rewiews
Explore C++'s ongoing evolution, cppfront compiler updates, and the importance of compatibility. Gain insights on cooperating with WG 21 for C++'s future development.
Add to list
1
Lesons
1 hour 36 minutes
On-Demand
Free-Video
CppNow
C++ Reflection - Back on Track
0
rewiews
Explore the latest C++ reflection proposal, its implementation, and practical applications through code examples. Learn how this powerful feature enables new programming techniques and enhances development capabilities.
Add to list
1
Lesons
1 hour 27 minutes
On-Demand
Free-Video
Meeting Cpp
How C++23 Changes the Way We Write Code
0
rewiews
Explore key C++23 features like std::expected, std::mdspan, deducing 'this', and std::print. Learn how these additions improve error handling, scientific computing, and simplify common idioms.
Add to list
1
Lesons
1 hour 32 minutes
On-Demand
Free-Video
Meeting Cpp
std::function - A Deep Dive Behind the Curtain
0
rewiews
Explore std::function's intricacies, caveats, and derivatives in C++, including C++23's std::move_only_function and C++17's std::invoke for custom implementations.
Add to list
1
Lesons
1 hour 10 minutes
On-Demand
Free-Video
Meeting Cpp
std::function: A Deep Dive Behind the Curtain - Lecture
0
rewiews
Explore std::function's intricacies, caveats, and extensions in C++. Dive deep into implementation details, comparisons, and practical applications for advanced programming techniques.
Add to list
41
Lesons
1 hour 10 minutes
On-Demand
Free-Video
Meeting Cpp
Let's Make a Library That Uses Reflection
0
rewiews
Explore C++ reflection for declarative (de)serialization. Learn to create a library using experimental compilers and C++23 features for efficient, single-line class serialization.
Add to list
1
Lesons
1 hour 10 minutes
On-Demand
Free-Video
Meeting Cpp
Expressive Compile Time Parsers in Modern C++
0
rewiews
Explore compile-time parsers in C++, from C++11 to C++23. Learn techniques for expressive APIs, zero-overhead code, and advanced features like compile-time regex and reflection.
Add to list
1
Lesons
1 hour 1 minute
On-Demand
Free-Video
ACCU Conference
Efficient and Reliable Wrapping of C APIs Using Modern C++ - 2024 Update
0
rewiews
Learn efficient techniques for wrapping C APIs in modern C++. Explore adapter interface design, overhead avoidance, compile-time safety, and performance optimization. Gain insights into unit testing and C++23 features for reliable API integration.
Add to list
1
Lesons
1 hour 16 minutes
On-Demand
Free-Video
cpponsea
New Algorithms in C++23 - Lecture 1
0
rewiews
Explore new C++23 Ranges library algorithms and their types, from C++98 to C++23. Gain insights into advanced programming techniques and language features for efficient coding.
Add to list
14
Lesons
1 hour 25 minutes
On-Demand
Free-Video
cpponsea
The Power of C++ Templates with mp-units: Lessons Learned and New Library Design - 2023
0
rewiews
Explore advanced C++ template techniques, focusing on mp-units library design. Learn about dimensional analysis, quantity manipulation, and novel C++20/23 features for improved interfaces.
Add to list
1
Lesons
1 hour 23 minutes
On-Demand
Free-Video
CppCon
C++23 - What's In It For You?
0
rewiews
Explore upcoming C++23 features, including core language enhancements and Standard Library additions. Gain insights into consteval if statements, multidimensional subscript operators, and new library components.
Add to list
1
Lesons
1 hour 1 minute
On-Demand
Free-Video
CppCon
C++ Lambda Idioms - From Basics to Advanced Techniques
0
rewiews
Explore advanced C++ lambda techniques, from established idioms to surprising tricks. Learn recursive calls, inheritance, and upcoming C++23 features to enhance your coding skills.
Add to list
16
Lesons
1 hour 5 minutes
On-Demand
Free-Video
CppCon
Contemporary C++ in Action
0
rewiews
Explore modern C++ features in action through a practical application. Journey through modules, network programming with coroutines, and C++23 innovations for real-world development.
Add to list
1
Lesons
1 hour 20 minutes
On-Demand
Free-Video
CppNow
C++11 to C++23 in the C++ Memory Model - Lecture
0
rewiews
Explore C++ memory model evolution from C++11 to C++23, covering threading, optimization, and best practices for robust, thread-safe code development.
Add to list
1
Lesons
1 hour 33 minutes
On-Demand
Free-Video
CppNow
Implementing Ranges and Views in C++ - C++Now 2024
0
rewiews
Explore sequence-oriented programming with C++20 ranges, focusing on implementing custom range views. Learn design principles, concepts, and techniques to extend the ranges library effectively.
Add to list
1
Lesons
1 hour 36 minutes
On-Demand
Free-Video
load more...