ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

313 results

Embedded Vibes
Function Pointers in C Explained Simply | Callbacks Made Easy!”

Unlock the power of function pointers in C programming! In this video, we break down what function pointers are, how to declare ...

14:59
Function Pointers in C Explained Simply | Callbacks Made Easy!”

36 views

3 weeks ago

Refactoring Bitcoin
This function prevented inlining!

There are cases where functions should be avoided. Why is that the case? And what to use instead?

15:48
This function prevented inlining!

285 views

11 days ago

CodeBing
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

Most C++ developers believe that the this pointer always points to the object's address. That belief is technically wrong — and in ...

7:43
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

143 views

3 weeks ago

Last Mile Developer
The string_view Revolution: Speeding Up Modern C++ Systems

CPP Course (Udemy): https://cpp.rougeneuron.in Is std::string_view the future of modern C++, or a dangerous trap for the unwary?

12:44
The string_view Revolution: Speeding Up Modern C++ Systems

218 views

2 weeks ago

vlogommentary
How to Extract Argument Names and Types from Function Pointer Types Using libclang

Learn how to accurately retrieve both argument names and types from function pointer declarations in C using Python bindings for ...

4:04
How to Extract Argument Names and Types from Function Pointer Types Using libclang

1 view

1 month ago

CS with UT
Pointers in C from Basics | Address, Dereference & Examples

Pointers in C are one of the most important yet confusing concepts for beginners. In this video, you'll learn pointers in C from ...

14:02
Pointers in C from Basics | Address, Dereference & Examples

43 views

9 days ago

Learn Coding
C Pointers | What is Pointer? Full Explanation | Learn Coding

C Programming Series Schedule Update C Language videos will be uploaded every Monday, Wednesday, and Friday at 5 ...

18:30
C Pointers | What is Pointer? Full Explanation | Learn Coding

3,070 views

2 weeks ago

StudentSpark – Ignite Your Engineering Mind
Lecture 16: Pointers with Functions in C | Call by Reference Explained

In this video, we explain Pointers with Functions in C Language in a simple and easy way This topic is very important for ...

7:58
Lecture 16: Pointers with Functions in C | Call by Reference Explained

0 views

4 days ago

CodeLucky
Alias Analysis Explained: How Compilers Optimize Pointers

Have you ever wondered why C/C++ compilers sometimes struggle to optimize pointer code? In this video, we break down the ...

4:10
Alias Analysis Explained: How Compilers Optimize Pointers

10 views

3 weeks ago

Professor Basnet
Podcast - C++ Pointers

whare are C/C++ pointers? - what are purpose of pointers? - allocating and deleting dynamic memory with pointers - referencing ...

15:56
Podcast - C++ Pointers

16 views

4 weeks ago

Sabrina Balqis
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

This course introduces the fundamental concepts of programming using the C language, including program structure, data types, ...

12:23
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

7 views

3 weeks ago

StudentSpark – Ignite Your Engineering Mind
Pointers in C | Complete Tutorial for Beginners (Must Know!)

Pointers are one of the most important and confusing topics in C programming. In this video, you will learn Pointers in C from ...

11:36
Pointers in C | Complete Tutorial for Beginners (Must Know!)

0 views

7 days ago

CodeBing
Most C++ Virtual Calls Are NOT Dynamic Dispatch

Most people believe that C++ virtual functions are inherently slow because they rely on runtime vtable lookups. This explanation is ...

7:33
Most C++ Virtual Calls Are NOT Dynamic Dispatch

733 views

4 weeks ago

Syed Amar Nabil
BITP 1113 : Programming Technique (Group A) (Pointer Explanation).

This video provides a clear and simple explanation of the programming concept known as Pointers. The objective of this video is ...

15:57
BITP 1113 : Programming Technique (Group A) (Pointer Explanation).

280 views

3 weeks ago

vlogommentary
Assigning a Class Member Function to std::function void(void*)  in C+ +

Consider making the member function static to use direct function pointers. This approach reduces confusion and improves clarity ...

4:09
Assigning a Class Member Function to std::function void(void*) in C+ +

0 views

4 weeks ago

Vandana B S ISE Dept, NMAMIT
Section 3 1 Pointers
14:48
Section 3 1 Pointers

11 views

6 days ago

Coding with Tom
What is a Memory Leak? - Coding Concepts

Timestamps: 0:00 Intro 0:25 Basic example 1:00 Example of wasting RAM 1:35 Returning without freeing memory 2:20 Allocating ...

6:53
What is a Memory Leak? - Coding Concepts

1,211 views

7 days ago

Code Chintu
JNTUK R23  C Programming UNIT 4  Pointers, Functions & Structures  2 Marks Q&A  Telugu

This video covers JNTUK R23 – UNIT-4 (Pointers, Functions & Structures) with important 2 Marks Questions and Answers ...

6:04
JNTUK R23 C Programming UNIT 4 Pointers, Functions & Structures 2 Marks Q&A Telugu

29 views

3 weeks ago

Explore Electronics
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

Welcome to Module 5 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU (Visvesvaraya ...

19:32
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

276 views

4 weeks ago

Math&Comps
4.16 Pointers

Taking a look at pointers and how they are used in C to get memory addressing.

4:24
4.16 Pointers

1 view

9 days ago