ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,237 results

KarBytes CS
C++ Tutorial: Your First Dynamic Array

Learn how to create dynamic arrays in C++.

3:43
C++ Tutorial: Your First Dynamic Array

20,158 views

15 years ago

J David Eisenberg
Chapter 10: Pointers and Arrays

Arrays can be accessed via pointers, and that is the preferred way to iterate through an array in C.

3:59
Chapter 10: Pointers and Arrays

151 views

4 years ago

Baggers
Little Bits of Lisp - Arrays with fill pointers

Welcome back to another little bit of Lisp this time we're going to be looking at arrays with Phil pointers which is an interesting ...

3:38
Little Bits of Lisp - Arrays with fill pointers

733 views

6 years ago

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
Copy an array using pointers

Copy an array using pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

2:03
Copy an array using pointers

10 views

3 years ago

J David Eisenberg
Chapter 10: Pointers and const

You can use const with pointers to prevent accidentally pointing to a new location, accidentally changing the value it points to, ...

1:58
Chapter 10: Pointers and const

116 views

4 years 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

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

Sophia Wagner
How can I make an array of method pointers?

How can I make an array of method pointers? Hey guys! Hopefully you found a solution that helped you! The Content is licensed ...

2:29
How can I make an array of method pointers?

1 view

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

Philipp
Pointer trick with C arrays #coding #programming #C

Array access in C is pretty interesting under the hood, which allows you to do some pretty nifty tricks Song: firecracker by ...

0:44
Pointer trick with C arrays #coding #programming #C

9,237 views

1 year ago

Peter Schneider
Casting a void pointer to a 2D String array pointer (C/CPP)

Casting a void pointer to a 2D String array pointer (C/CPP) I hope you found a solution that worked for you :) The Content (except ...

2:46
Casting a void pointer to a 2D String array pointer (C/CPP)

69 views

2 years ago

Rachel Wil Singh
Dynamic arrays in C++ #cplusplus #cpp #programming #arrays #pointers

" Motto": "❤️ Be Creative ❤️ Be Kind ❤️", " ‍ About": { "name": "Rachel Wil Sha Singh (Rachel J Morris)", "roles": ...

2:32
Dynamic arrays in C++ #cplusplus #cpp #programming #arrays #pointers

722 views

7 months ago

Roel Van de Paar
Code Review: Translating array pointer access from C++ to Delphi

Code Review: Translating array pointer access from C++ to Delphi Helpful? Please support me on Patreon: ...

3:02
Code Review: Translating array pointer access from C++ to Delphi

4 views

3 years ago

Padraic Edgington
15.  Function Pointers

Introduction to function pointers in assembly language. Includes discussion of what a function pointer is and how to use them.

1:42
15. Function Pointers

896 views

8 years ago

Peter Schneider
Array of pointers initialized with array of compound literals

Array of pointers initialized with array of compound literals I hope you found a solution that worked for you :) The Content (except ...

3:52
Array of pointers initialized with array of compound literals

8 views

2 years ago

Peter Schneider
What does a pointer to an array represent?

What does a pointer to an array represent? I hope you found a solution that worked for you :) The Content is licensed under ...

3:31
What does a pointer to an array represent?

1 view

1 year ago

Roel Van de Paar
Multi level list based on array of void pointers

Multi level list based on array of void pointers Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:02
Multi level list based on array of void pointers

1 view

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

Roel Van de Paar
Implementing something similar to "pointer arrays" with MySQL

Implementing something similar to "pointer arrays" with MySQL Helpful? Please support me on Patreon: ...

1:49
Implementing something similar to "pointer arrays" with MySQL

0 views

4 years ago

Roel Van de Paar
Creating an 2D array using pointer/malloc, and then print it out (2 Solutions!!)

Creating an 2D array using pointer/malloc, and then print it out Helpful? Please support me on Patreon: ...

3:26
Creating an 2D array using pointer/malloc, and then print it out (2 Solutions!!)

3 views

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

Roel Van de Paar
pointer to array assignment in C (2 Solutions!!)

pointer to array assignment in C Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:49
pointer to array assignment in C (2 Solutions!!)

160 views

2 years ago

Roel Van de Paar
Arduino: Error with pointer in array

Arduino: Error with pointer in array Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:51
Arduino: Error with pointer in array

2 views

4 years ago