ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

348 results

Teen Tech
c language lecture-1; intro to c and c tokens

Want to learn C programming without confusion? You're in the right place! This channel provides easy explanations, step-by-step ...

38:02
c language lecture-1; intro to c and c tokens

13 views

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

58,690 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

The Debug Zone
How to Enable/Disable spdlog Logging in C++ Code: A Step-by-Step Guide

In this video, we'll explore the powerful logging library spdlog for C++ and guide you through the process of enabling and ...

1:57
How to Enable/Disable spdlog Logging in C++ Code: A Step-by-Step Guide

0 views

12 days ago

The Debug Zone
How to Concatenate Different Types into a String in C++: A Complete Guide

In this comprehensive guide, we'll explore the various methods to concatenate different data types into a single string in C++.

2:33
How to Concatenate Different Types into a String in C++: A Complete Guide

0 views

10 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

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

The Debug Zone
How to Print the Value of a Void Pointer in C: A Step-by-Step Guide

In this video, we delve into the intricacies of working with void pointers in C programming. Void pointers are versatile tools that ...

3:21
How to Print the Value of a Void Pointer in C: A Step-by-Step Guide

0 views

12 days ago

The Debug Zone
Why Including an STL Header Fixes Compilation Errors in C++ Code

In this video, we delve into the often-overlooked importance of including STL headers in C++ programming. Many developers ...

1:55
Why Including an STL Header Fixes Compilation Errors in C++ Code

0 views

3 days ago

The Debug Zone
Understanding C Socket Blocking Calls: Solutions and Best Practices

In this video, we delve into the intricacies of C socket programming, focusing on the concept of blocking calls. Blocking calls can ...

3:17
Understanding C Socket Blocking Calls: Solutions and Best Practices

0 views

7 days ago

The Debug Zone
Understanding the # Symbol in C Files: Common Practices Explained

In this video, we delve into the significance of the # symbol in C programming files, often referred to as preprocessor directives.

2:00
Understanding the # Symbol in C Files: Common Practices Explained

0 views

10 days ago

The Debug Zone
How to Implement atoi() for int128_t in C/C++: A Complete Guide

In this video, we dive into the intricacies of implementing the `atoi()` function for the `int128_t` data type in C and C++. As modern ...

9:03
How to Implement atoi() for int128_t in C/C++: A Complete Guide

0 views

2 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

DevOpsDays DC
Benjie De Groot - What the Makefile got right (49 years later)

Back in 1976, the Makefile made it easy to compile C programs. In 2025, it's used for automating just about everything, from shell ...

5:18
Benjie De Groot - What the Makefile got right (49 years later)

5 views

3 weeks ago

Know How
How to Install Visual Studio Code (VS Code) – Complete Beginner Tutorial 2026

Learn how to install Visual Studio Code (VS Code) step-by-step in this beginner-friendly tutorial! Perfect for programming ...

2:26
How to Install Visual Studio Code (VS Code) – Complete Beginner Tutorial 2026

4 views

1 month ago

The Debug Zone
How to Suppress 'Use of Unassigned Local Variable' Error in C#?

In this video, we delve into a common issue faced by C# developers: the 'Use of Unassigned Local Variable' error. This error can ...

1:55
How to Suppress 'Use of Unassigned Local Variable' Error in C#?

0 views

2 weeks ago

The Debug Zone
How to Read Wide Characters from fmemopen Stream in C Programming

In this video, we delve into the intricacies of reading wide characters from a memory stream using the `fmemopen` function in C ...

2:18
How to Read Wide Characters from fmemopen Stream in C Programming

25 views

12 days ago

The Debug Zone
How to Override the Delete Operator in C++ with an Empty Implementation

In this video, we delve into the intricacies of memory management in C++ by exploring how to override the delete operator with an ...

2:17
How to Override the Delete Operator in C++ with an Empty Implementation

2 views

11 days ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 91)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

4:15:37
Study with me: learn C programming language by building our own lisp (Part 91)

186 views

Streamed 7 days ago

The Debug Zone
Why Does This Code Generate More Assembly Than C++/Clang? A Deep Dive

In this video, we explore the intriguing question of why certain code snippets generate more assembly output compared to their ...

2:34
Why Does This Code Generate More Assembly Than C++/Clang? A Deep Dive

0 views

3 weeks ago