ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

85 results

Sophia Wagner
Implementing a template function to cast lambdas to function pointer with different calling conve...

Implementing a template function to cast lambdas to function pointer with different calling convention in Visual C++ Hey guys!

2:48
Implementing a template function to cast lambdas to function pointer with different calling conve...

13 views

4 weeks ago

softwareverify
Memory Validator deleted this detection (also known as use after free)

0:00 Hello, I'm going to show you how to detect a certain type of memory corruption using C memory validator. 0:07 This particular ...

3:06
Memory Validator deleted this detection (also known as use after free)

0 views

3 weeks ago

SLiiX
Smart pointers & function profilers in C

__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...

1:50
Smart pointers & function profilers in C

84 views

3 days ago

Jithendra babu RKSL Adi
Unit 11  C Pointers Unlocking Memory

This video explains Unit 11 – Pointers in C Programming, focusing on how pointers work and how they allow direct access to ...

3:26
Unit 11 C Pointers Unlocking Memory

3 views

2 weeks ago

The Debug Zone
Call C++ member function pointer without knowing which class

Today's Topic: Call C++ member function pointer without knowing which class Thanks for taking the time to learn more.

3:24
Call C++ member function pointer without knowing which class

2 views

4 weeks ago

Infinite Insights
What this and self Really Do in OOP

A brief overview of the 'hidden argument' passed in method calls in object-oriented programming. We compare OOP in a ...

2:35
What this and self Really Do in OOP

50 views

7 days ago

Roel Van de Paar
Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function...

Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function pointer template non-type ...

1:46
Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function...

17 views

2 weeks ago

Vanga Therinjikalam
CS25C07 Object Oriented Program |Program to Swap Two Numbers Using Pointers(Call by Reference)in C++

This experiment demonstrates a C++ program to swap two numbers using pointers (Call by Reference) as part of CS25C07 ...

1:18
CS25C07 Object Oriented Program |Program to Swap Two Numbers Using Pointers(Call by Reference)in C++

0 views

5 days ago

Professional Skill 2023
9-16-C++ Programmer: TypeDef | Practice

C++ typedef The typedef keyword in C++ is used for aliasing existing data types, user-defined data types, and pointers to a more ...

2:16
9-16-C++ Programmer: TypeDef | Practice

10 views

5 days ago

vlogize
Wie man ein Array als Pointer zu einer Funktion in C übergibt

Lernen Sie, wie Sie effektiv ein 2D-Array als Pointer an eine Funktion in C übergeben, einschließlich detaillierter Codebeispiele ...

2:07
Wie man ein Array als Pointer zu einer Funktion in C übergibt

0 views

6 days ago

blogize
Understanding Pointers with 3D Arrays in C

Dive into the intricate world of pointers and 3D arrays in C programming. Learn the syntax, access techniques, and visualization ...

1:45
Understanding Pointers with 3D Arrays in C

0 views

2 weeks ago

Vanga Therinjikalam
CS25C07 Object Oriented Programming || Program Using Virtual Function with Base Class Pointer in C++

This experiment demonstrates a C++ program using Virtual Function with Base Class Pointer as part of CS25C07 – Object ...

1:12
CS25C07 Object Oriented Programming || Program Using Virtual Function with Base Class Pointer in C++

0 views

4 days ago

Last Mile Developer
The Golden Rule for Using std::string_view Safely

Understand production ready CPP: https://cpp.rougeneuron.in Stop the 3:00 a.m. production pages by mastering the most ...

3:36
The Golden Rule for Using std::string_view Safely

92 views

8 days ago

Embedded Electronics
Basic C Plus Plus Programming | Episode 9: Pointers in C++ Programming | Embedded Systems

Basic C++ Programming Tutorial for Beginners Welcome to this step-by-step guide on C++ Programming. In this video series, ...

3:02
Basic C Plus Plus Programming | Episode 9: Pointers in C++ Programming | Embedded Systems

13 views

2 weeks ago

Saransh Sharma
Dangling Pointer Bug in C | Real POS Terminal Crash Explained

In this video, I explain dangling pointer issues in C using a real-world POS terminal scenario. Dangling pointers are one of the ...

3:50
Dangling Pointer Bug in C | Real POS Terminal Crash Explained

2 views

11 days ago

vlogommentary
How to Define Functions Compatible with CString, CStringA, and CStringW in C+ +

Learn how to write flexible and foolproof functions that operate on MFC's CString family types—CString, CStringA, and ...

3:58
How to Define Functions Compatible with CString, CStringA, and CStringW in C+ +

0 views

7 days ago

Jithendra babu RKSL Adi
Unit 13  Structures Unions Pointers

This video explains Unit 13 – Structures, Unions, and Pointers in C Programming, focusing on how complex data can be grouped, ...

3:07
Unit 13 Structures Unions Pointers

4 views

2 weeks ago

vlogize
Verstehen von C-Pointern: Einen Pointer auf die main-Funktion casten

Erkunden Sie, wie man einen Pointer castet, um auf die main-Funktion in C zu zeigen. Lernen Sie Pointer-Manipulation, ...

1:24
Verstehen von C-Pointern: Einen Pointer auf die main-Funktion casten

0 views

3 days ago

TARGET GATE CSE
Day28|GATE CSE 2027

Target GATE CSE| Daily Study Report (Day28) In today's study session, I focused on C programming. I studied typecasting in C, ...

3:39
Day28|GATE CSE 2027

96 views

12 days ago

BitChaos
C++ Competitive Programming: Solve Codeforces "B. AB Flipping" Efficiently!

Learn how to solve Codeforces Problem B: AB Flipping using C++! In this video, we walk through: Understanding the problem and ...

2:56
C++ Competitive Programming: Solve Codeforces "B. AB Flipping" Efficiently!

6 views

10 days ago