ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

397 results

Digital Ascent
The Real Reason Arrays Start From Zero - Array Indexing Explained

Ever wonder why most programming languages count array elements from 0 instead of 1? In this video we break down the *true* ...

3:09
The Real Reason Arrays Start From Zero - Array Indexing Explained

360 views

2 months ago

Roel Van de Paar
Moving multidimensional array pointers in C - Incompatible Types (2 Solutions!!)

Moving multidimensional array pointers in C - Incompatible Types Helpful? Please use the *Thanks* button above! Or, thank me ...

1:52
Moving multidimensional array pointers in C - Incompatible Types (2 Solutions!!)

11 views

4 days ago

The Debug Zone
Understanding Array References vs Pointers in C/C++: Common Confusions Explained

In this video, we delve into the often-confusing world of array references and pointers in C and C++. Many programmers struggle ...

1:32
Understanding Array References vs Pointers in C/C++: Common Confusions Explained

14 views

9 months ago

Peter Schneider
Is difference between two pointers pointing to the same deallocated array well-defined in C?

Is difference between two pointers pointing to the same deallocated array well-defined in C? I hope you found a solution that ...

3:10
Is difference between two pointers pointing to the same deallocated array well-defined in C?

0 views

4 months ago

Peter Schneider
Dynamic pointer arrays

Dynamic pointer arrays I hope you found a solution that worked for you :) The Content is licensed under ...

1:47
Dynamic pointer arrays

2 views

8 months ago

Single-line
Why does K&R say that pointers are preferable to arrays as function parameters?

Source: https://stackoverflow.com/questions/79553314 Question Author: - Roee Zamir https://stackoverflow.com/users/23287531 ...

1:27
Why does K&R say that pointers are preferable to arrays as function parameters?

0 views

2 months ago

Nida Karagoz
Why does K&R say that pointers are preferable to arrays as function parameters?

Why does K&R say that pointers are preferable to arrays as function parameters? ✧ I really hope you found a helpful solution!

1:42
Why does K&R say that pointers are preferable to arrays as function parameters?

0 views

9 months ago

The Debug Zone
Understanding Array Passing in C: Square Brackets vs. Pointers Explained

In this video, we delve into the intricacies of array passing in the C programming language, focusing on the critical differences ...

2:19
Understanding Array Passing in C: Square Brackets vs. Pointers Explained

6 views

11 months ago

Peter Schneider
How change every struct in an array of pointers?

How change every struct in an array of pointers? I hope you found a solution that worked for you :) The Content is licensed under ...

3:30
How change every struct in an array of pointers?

0 views

10 months ago

The Debug Zone
Accessing Array Items in C: Generic Pointer to Char Array Explained

In this video, we delve into the intricacies of accessing array items in C, focusing specifically on the use of generic pointers with ...

1:32
Accessing Array Items in C: Generic Pointer to Char Array Explained

6 views

8 months ago

Single-line
Does memcpy require pointer to array rather than first element?

Source: https://stackoverflow.com/questions/79657838 Question Author: - JMC https://stackoverflow.com/users/5001448 Answer ...

0:31
Does memcpy require pointer to array rather than first element?

2 views

7 months ago

Nida Karagoz
Does a reference to an array element alias the entire array

Does a reference to an array element alias the entire array ✧ I really hope you found a helpful solution! ♡ The Content is licensed ...

1:32
Does a reference to an array element alias the entire array

3 views

10 months ago

The Debug Zone
Understanding Pointer Types for 2D Arrays in C/C++: A Comprehensive Guide

In this video, we delve into the intricacies of pointer types as they relate to 2D arrays in C and C++. Understanding how pointers ...

1:49
Understanding Pointer Types for 2D Arrays in C/C++: A Comprehensive Guide

2 views

3 months ago

Single-line
Is difference between two pointers pointing to the same deallocated array well-defined in C?

Source: https://stackoverflow.com/questions/79739298 Question Author: - Rasmus https://stackoverflow.com/users/5712434 ...

0:34
Is difference between two pointers pointing to the same deallocated array well-defined in C?

150 views

2 months ago

Nida Karagoz
How memory address for pointer to arrays is same as an element in 2D array?

How memory address for pointer to arrays is same as an element in 2D array? ✧ I really hope you found a helpful solution!

2:49
How memory address for pointer to arrays is same as an element in 2D array?

4 views

10 months ago

Peter Schneider
How memory address for pointer to arrays is same as an element in 2D array?

How memory address for pointer to arrays is same as an element in 2D array? I hope you found a solution that worked for you ...

4:32
How memory address for pointer to arrays is same as an element in 2D array?

4 views

10 months ago

Peter Schneider
How can you enable compiler warning on array argument decaying to pointer

How can you enable compiler warning on array argument decaying to pointer I hope you found a solution that worked for you ...

3:16
How can you enable compiler warning on array argument decaying to pointer

2 views

6 months ago

Peter Schneider
Array of pointers to char looks weird in memory closed

Array of pointers to char looks weird in memory closed I hope you found a solution that worked for you :) The Content is licensed ...

5:05
Array of pointers to char looks weird in memory closed

20 views

6 months ago

Nida Karagoz
How can you enable compiler warning on array parameter adjusted to pointer (2 SOLUTIONS!!)

How can you enable compiler warning on array parameter adjusted to pointer (2 SOLUTIONS!!) ✧ I really hope you found a ...

2:03
How can you enable compiler warning on array parameter adjusted to pointer (2 SOLUTIONS!!)

0 views

7 months ago

The Debug Zone
Understanding Function Argument Binding: Array by Reference vs Pointer in C++

In this video, we delve into the intricacies of function argument binding in C++, focusing specifically on the differences between ...

1:51
Understanding Function Argument Binding: Array by Reference vs Pointer in C++

22 views

7 months ago