ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

154 results

someprofs
20251113 CISP 310

... have a gigantic you know structure or object in object- oriented programming and you're passing by value it would actually push ...

1:25:05
20251113 CISP 310

11 views

4 weeks ago

The Debug Zone
Understanding Struct to Class Casting in C#: Why It Works and Common Pitfalls

In this video, we delve into the intricacies of casting between structs and classes in C#. Understanding how these two fundamental ...

5:43
Understanding Struct to Class Casting in C#: Why It Works and Common Pitfalls

4 views

2 weeks ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

53,742 views

12 days ago

paodosboes
math in c# cus its fun!

learned about ́ ́int ́ and also used ́ ́console.writeline ́ ́ just fooling around

0:46
math in c# cus its fun!

26 views

2 weeks 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

100 views

2 weeks ago

Carlos Saraiva
C# Class Constructors, Overloads and Objects

Master C# Constructors, overloads and object creation in one clear lesson. We'll cover how to declare and initialize variables, ...

12:16
C# Class Constructors, Overloads and Objects

11 views

2 weeks ago

Houston FPUG
Richard Feldman, "New Ways to Roc!"

In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...

2:23:52
Richard Feldman, "New Ways to Roc!"

7,089 views

2 weeks ago

codingjerk
Zig got better and I almost missed it

Zig 0.15 release review with explanations and examples Voice by @tokisuno **Links:** - Release notes: ...

23:01
Zig got better and I almost missed it

51,893 views

13 days ago

The Debug Zone
Can 'typedef typename' Be Replaced by 'using' in C++11? Explained!

In this video, we dive into the nuances of C++11 and explore the relationship between `typedef typename` and the `using` ...

1:55
Can 'typedef typename' Be Replaced by 'using' in C++11? Explained!

0 views

2 weeks ago

The Debug Zone
How to Use Methods from Indirect Parent Classes in Object-Oriented Programming

In this video, we delve into the fascinating world of object-oriented programming, focusing on the often-overlooked concept of ...

2:53
How to Use Methods from Indirect Parent Classes in Object-Oriented Programming

3 views

5 days ago

The Debug Zone
Using Enum from Template Class in C++ Without Template Parameter Explained

In this video, we delve into the fascinating world of C++ templates, specifically focusing on how to effectively use enums within ...

1:29
Using Enum from Template Class in C++ Without Template Parameter Explained

1 view

2 weeks ago

The Debug Zone
Understanding C++: The Role of *this Inside Curly Braces Explained

... we explore its role within curly braces, you'll gain a deeper understanding of how it helps manage object-oriented programming ...

1:39
Understanding C++: The Role of *this Inside Curly Braces Explained

1 view

2 weeks ago

NAREN LECTURE
01 Tokens

Tokens in C++.

1:49:26
01 Tokens

0 views

2 weeks ago

The Debug Zone
Understanding Compiler Overloading: Distinguishing vector::insert Variants

In this video, we delve into the concept of compiler overloading, specifically focusing on the various variants of the `vector::insert` ...

1:39
Understanding Compiler Overloading: Distinguishing vector::insert Variants

0 views

12 days ago

ToonBinge
Write "Hello world" Without any STL or Runtime 😱 IT IS THIS SIMPLE!!!

Dive into a minimalist C++ tutorial where we print “Hello world” using only a raw write syscall—no STL, no runtime libraries, just ...

3:29
Write "Hello world" Without any STL or Runtime 😱 IT IS THIS SIMPLE!!!

2 views

3 weeks 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

34 views

3 weeks ago

The Debug Zone
Understanding Operator Overload Resolution in C++: A Deep Dive into Built-in Candidates

In this video, we embark on a comprehensive exploration of operator overload resolution in C++. Understanding how the compiler ...

3:22
Understanding Operator Overload Resolution in C++: A Deep Dive into Built-in Candidates

0 views

8 days ago

The Debug Zone
Do You Need to Overload All Operators When Writing New/Delete in C++?

In this video, we delve into a common question faced by C++ developers: Do you need to overload all operators when ...

3:57
Do You Need to Overload All Operators When Writing New/Delete in C++?

1 view

3 weeks ago

The Debug Zone
Understanding Overload Resolution in Template Members of Base and Derived Classes

In this video, we delve into the intricate world of overload resolution within template members of base and derived classes in C++.

2:01
Understanding Overload Resolution in Template Members of Base and Derived Classes

0 views

13 days ago

The Debug Zone
Mastering Default Template Specialization in C++: Multiple Conditions Explained

In this video, we dive deep into the intricacies of default template specialization in C++. Understanding how to effectively utilize ...

2:58
Mastering Default Template Specialization in C++: Multiple Conditions Explained

2 views

4 weeks ago