ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

320 results

The Debug Zone
C++ Interface Design Without Virtual Functions: Alternatives and Best Practices

In this video, we delve into the world of C++ interface design, exploring innovative alternatives to traditional virtual functions.

4:32
C++ Interface Design Without Virtual Functions: Alternatives and Best Practices

24 views

11 months ago

Peter Schneider
Call to virtual method during construction bypasses virtual dispatch C++

Call to virtual method during construction bypasses virtual dispatch C++ I hope you found a solution that worked for you :) The ...

2:37
Call to virtual method during construction bypasses virtual dispatch C++

1 view

10 months ago

The Debug Zone
Hiding Private Overloaded Virtual Functions in C++: A Technical Guide

Whether you're a seasoned programmer or just starting out, this guide will enhance your understanding of virtual functions in C++.

2:35
Hiding Private Overloaded Virtual Functions in C++: A Technical Guide

1 view

5 months ago

The Debug Zone
C++ Virtual Keyword vs Overriding Functions: Key Differences Explained

We'll break down the differences between virtual functions and overriding, providing clear examples to illustrate their unique roles ...

4:06
C++ Virtual Keyword vs Overriding Functions: Key Differences Explained

3 views

2 months ago

The Debug Zone
Understanding Virtual Base Classes: Why the Most Derived Class Must Construct Them

In this video, we delve into the concept of virtual base classes in object-oriented programming, a crucial aspect of C++ that can ...

4:20
Understanding Virtual Base Classes: Why the Most Derived Class Must Construct Them

4 views

11 months ago

Peter Schneider
Copying virtual base class results in losing shared_ptr owned object

Copying virtual base class results in losing shared_ptr owned object I hope you found a solution that worked for you :) The ...

2:01
Copying virtual base class results in losing shared_ptr owned object

0 views

11 months ago

Cale Technology Enterprise (CTE)
Brief History of C++ Language

C++ Language Tutorial: Brief History of C++ Language In 1979, Bjarne Stroustrup, a Danish computer scientist, began work on "C ...

13:22
Brief History of C++ Language

101 views

3 weeks ago

Nida Karagoz
Copying virtual base class results in losing shared_ptr owned object

Copying virtual base class results in losing shared_ptr owned object ✧ I really hope you found a helpful solution! ♡ The Content ...

3:17
Copying virtual base class results in losing shared_ptr owned object

0 views

9 months ago

David Hollowell
Intro to Object Oriented Programming

Introducing Object Oriented programming with C#, Visual Studio, and the .NET Runtime. Source is here: ...

1:19:06
Intro to Object Oriented Programming

39 views

3 months ago

The Debug Zone
Understanding Why You Can't Have a Pure Virtual Assignment Operator in C++

We'll discuss the role of assignment operators in class design, the implications of virtual functions, and how these concepts ...

2:39
Understanding Why You Can't Have a Pure Virtual Assignment Operator in C++

4 views

5 months ago

The Debug Zone
Why Serialization Callback Methods Can't Be Virtual in C# Explained

In this video, we delve into the intricacies of serialization in C# and explore a common point of confusion: why serialization ...

2:13
Why Serialization Callback Methods Can't Be Virtual in C# Explained

3 views

3 months ago

Peter Schneider
MSVC calls wrong virtual method when storing a pointer to virtual method in a static inline variable

MSVC calls wrong virtual method when storing a pointer to virtual method in a static inline variable I hope you found a solution ...

3:11
MSVC calls wrong virtual method when storing a pointer to virtual method in a static inline variable

1 view

7 months ago

CoreCppIL
Unlocking the Value of C++20 Features :: Alex Dathskovsky

Presented at the Core C++ 2024 conference, Tel Aviv. With C++23 already making waves and C++26 on the horizon, the allure of ...

1:00:31
Unlocking the Value of C++20 Features :: Alex Dathskovsky

1,573 views

8 months ago

cppusergroupvienna
Insights into Entity Component Systems • Helmut Hlavacs & Isabella Hölzl

In software development, composition is key — so we're happy to present two local C++ entities at once: Helmut Hlavacs and ...

1:02:11
Insights into Entity Component Systems • Helmut Hlavacs & Isabella Hölzl

41 views

1 month ago

The Debug Zone
Preventing Stack Overflow in CRTP with Pure Virtual Calls: Best Practices

In this video, we delve into the complexities of the Curiously Recurring Template Pattern (CRTP) and explore how to effectively ...

1:31
Preventing Stack Overflow in CRTP with Pure Virtual Calls: Best Practices

1 view

3 months ago

Mohamad Aoude
Object-Oriented programming (C#) lecture 05 inheritance exercises 02 part 1 virtual methods

Now look slide showing the cookie order class again The difference is public virtual int dozens virtual keyword Adding the virtual ...

5:37
Object-Oriented programming (C#) lecture 05 inheritance exercises 02 part 1 virtual methods

65 views

7 months ago

Using std::cpp
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

By now, C++ is a language with a long history. This leads many people to overlook decades of progress and describe C++ as if ...

1:37:35
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

16,902 views

6 months ago

southeastlinuxfest
Brad Whitehead - Pascal - The Once and Future Programming Language

2025 Southeast Linuxfest: FOSS Object Pascal has most of the features that developers are seeking: cross-platform, the classes of ...

46:52
Brad Whitehead - Pascal - The Once and Future Programming Language

4,341 views

5 months ago

MUCplusplus
[MUC++] Jonathan Müller - Functional Programming in C++

Functional programming is a declarative way of writing programs by composing functions. In many situations, this can lead to code ...

1:16:52
[MUC++] Jonathan Müller - Functional Programming in C++

954 views

8 months ago

Fardad Soleimanloo
13 - Mar18 - OOP244NAA - 2251 - Inheritance, Virtuals, Pure Virtuals and Interfaces

There is no sound function. So we call that a pure virtual method so pure virtual method is essentially a wish list when you are ...

1:01:04
13 - Mar18 - OOP244NAA - 2251 - Inheritance, Virtuals, Pure Virtuals and Interfaces

60 views

9 months ago

The Debug Zone
Understanding Abstract Classes and Unique Pointers in C++: A Complete Guide

In this video, we delve into the fascinating world of C++ programming, focusing on two essential concepts: abstract classes and ...

4:17
Understanding Abstract Classes and Unique Pointers in C++: A Complete Guide

10 views

11 months ago

Sophia Wagner
How can I point a void pointer to different objects that share have different implementations of ...

How can I point a void pointer to different objects that share have different implementations of a virtual function? Hey guys!

1:44
How can I point a void pointer to different objects that share have different implementations of ...

0 views

1 month ago

OpenSecurityTraining2
Arch1005: RISC-V Assembly 05 Calling Functions 02 CallFuncNoArgs.c 1

View the full free MOOC at https://ost2.fyi/Arch1005. This class teaches RISC-V 32 and 64-bit assembly languages, by compiling C ...

3:55
Arch1005: RISC-V Assembly 05 Calling Functions 02 CallFuncNoArgs.c 1

128 views

10 months ago

NCTC Game Development
GAME 1359 - Fundamentals of Inheritance in C#
58:36
GAME 1359 - Fundamentals of Inheritance in C#

35 views

10 months ago

Sonia: Code & Skate | Play
C++ vs Rust - Ep.1. Static Graph: Lifetimes & Cycles (NodeGraph)

Play at *1.5x* speed This is the first episode of the educational series that I'm planning on releasing. I show how lifetimes and ...

39:11
C++ vs Rust - Ep.1. Static Graph: Lifetimes & Cycles (NodeGraph)

840 views

10 months ago