ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

119 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

100 views

3 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

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

59,669 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

55,808 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

2 views

10 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

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

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

95 views

1 day 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

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

1 month 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

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

7 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

3 weeks ago

NAREN LECTURE
01 Tokens

Tokens in C++.

1:49:26
01 Tokens

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

6,744 views

3 days ago

The Debug Zone
Chaining Methods in Base and Derived Classes: A Comprehensive Guide

... the intricacies of chaining methods in both base and derived classes, a fundamental concept in object-oriented programming.

1:32
Chaining Methods in Base and Derived Classes: A Comprehensive Guide

0 views

1 month 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

G U I L H E R M Eツ
Arrays e Strings - [Guilherme Cavalcante e Arllan Leopoldino]

Apresentamos Arrays e Strings em C, explicando como funcionam, como armazenam dados, como acessar posições e como ...

6:31
Arrays e Strings - [Guilherme Cavalcante e Arllan Leopoldino]

8 views

2 weeks ago

The Debug Zone
Default Interface Methods in C# 8.0 vs Abstract Classes: Key Differences Explained

In this video, we delve into the key differences between Default Interface Methods introduced in C# 8.0 and traditional Abstract ...

1:53
Default Interface Methods in C# 8.0 vs Abstract Classes: Key Differences Explained

2 views

1 day ago