ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

125 results

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

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

3 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

62,058 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,512 views

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

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

6 views

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

3 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

57,631 views

3 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

2 views

13 days ago

The Debug Zone
Understanding Why std::sort Constructs Objects in C++: A Technical Deep Dive

In this video, we embark on a technical deep dive into the inner workings of `std::sort` in C++. Have you ever wondered why this ...

2:05
Understanding Why std::sort Constructs Objects in C++: A Technical Deep Dive

0 views

10 days ago

Refactoring Bitcoin
Creating a class diagram from a C API

In the first real episode of Refactoring Bitcoin, we analyze the current C API of the Bitcoin kernel library and manually turn it into a ...

26:27
Creating a class diagram from a C API

130 views

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

3 weeks ago

The Debug Zone
Understanding the Syntax Differences Between Generic Methods and Types

In this video, we delve into the fascinating world of generic programming, focusing on the syntax differences between generic ...

8:53
Understanding the Syntax Differences Between Generic Methods and Types

0 views

3 weeks ago

The Debug Zone
Creating a Template Function for Generic Maps in C++: A Step-by-Step Guide

In this video, we dive into the world of C++ programming by exploring how to create a template function specifically designed for ...

2:18
Creating a Template Function for Generic Maps in C++: A Step-by-Step Guide

0 views

2 weeks ago

Matt Godbolt
[AoCO 15/25] Surprising Aliasing

Day 15 of the Advent of Compiler Optimisations - Surprising Aliasing Aliasing can bite in some surprising spots. We'll dig into one ...

7:25
[AoCO 15/25] Surprising Aliasing

7,056 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

2 views

4 weeks ago

The Debug Zone
Get Namespace of Type from IdentifierNameSyntax in C# Roslyn Compiler

In this video, we delve into the intricacies of the C# Roslyn Compiler, focusing on how to retrieve the namespace of a type using ...

1:53
Get Namespace of Type from IdentifierNameSyntax in C# Roslyn Compiler

0 views

12 days 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

2 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

2 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

3 weeks ago