ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,648 results

Jordan West
Pointers, visually explained | Code Words

Pointers can be pretty challenging to get your head around. But even if you never use them, understanding the layers below high ...

10:39
Pointers, visually explained | Code Words

27,222 views

3 years ago

Neso Academy
Declaring & Initializing Pointers in C

C Programming: Declaring & Initializing Pointers in C Topics discussed: 1) Declaration of the pointer variable. 2) Initialization of ...

4:08
Declaring & Initializing Pointers in C

561,848 views

6 years ago

mycodeschool
Pointers to Pointers in C/C++

See complete series on pointers in C / C++ here: ...

9:21
Pointers to Pointers in C/C++

557,127 views

12 years ago

mCoding
unique_ptr: C++'s simplest smart pointer

How and why to use unique_ptr. What exactly makes a "smart" pointer smart? The term smart pointer in C++ has come to refer to a ...

11:54
unique_ptr: C++'s simplest smart pointer

56,181 views

2 years ago

mycodeschool
Pointers and dynamic memory - stack vs heap

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

17:26
Pointers and dynamic memory - stack vs heap

1,598,714 views

12 years ago

mCoding
The ONLY C keyword with no C++ equivalent

C has "restrict" but C++ does not. The restrict keyword in C is the only keyword that has no analogue in C++. The keyword ...

13:17
The ONLY C keyword with no C++ equivalent

338,302 views

4 years ago

mycodeschool
Function Pointers in C / C++

See complete series on pointers here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

11:57
Function Pointers in C / C++

449,900 views

12 years ago

mycodeschool
Introduction to pointers in C/C++

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ ...

10:07
Introduction to pointers in C/C++

1,619,598 views

13 years ago

Neso Academy
Pointer Arithmetic (Increment & Decrement)

C Programming: Pointer Arithmetic in C Programming, Topic discussed: 1) Pre and post Increment in pointers. 2) Pre and post ...

4:07
Pointer Arithmetic (Increment & Decrement)

208,599 views

6 years ago

Syntax Sphere
"Pointer and Function in C Language | Pass by Reference Tutorial"

In this tutorial, we will discuss pointers and functions in C programming language. We'll cover the basics of how to use pointers as ...

6:08
"Pointer and Function in C Language | Pass by Reference Tutorial"

76 views

2 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 332 - C++ Lambda vs std::function vs Function Pointer

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

16:30
C++ Weekly - Ep 332 - C++ Lambda vs std::function vs Function Pointer

41,028 views

3 years ago

Syntax Sphere
"Mastering Array of Function Pointer in C Language - Step-by-Step Tutorial"

In this video, we will explore the concept of an array of function pointers in the C programming language. We will cover the basics ...

5:23
"Mastering Array of Function Pointer in C Language - Step-by-Step Tutorial"

340 views

2 years ago

Computerphile
Triple Ref Pointers - Computerphile

The 'magic' trick of pointers to pointers - Professor Brailsford explains how what might seem complicated will actually simplify your ...

8:28
Triple Ref Pointers - Computerphile

152,395 views

8 years ago

Embedded Systems and Deep Learning
Lecture 4: Pointer

This video will explain C pointers. Visit the book website for more information: http://web.eece.maine.edu/~zhu/book.

12:31
Lecture 4: Pointer

68,157 views

9 years ago

CppCon
CppCon 2017: John D. Woolverton “C Pointers”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

4:41
CppCon 2017: John D. Woolverton “C Pointers”

9,684 views

8 years ago

mycodeschool
Pointers as function returns in C/C++

See complete series on pointers here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

15:15
Pointers as function returns in C/C++

288,419 views

12 years ago

Praveen Sreepada
Pointers in C - Best practices

PS: This is my first video, excuse me for some inaudible words! In this video, I talk about memory leaks and how to avoid it, and I ...

9:34
Pointers in C - Best practices

946 views

9 years ago

LiveOverflow
Understanding C Pointer Magic Arithmetic | Ep. 07

We debug the line that causes the heap overflow. And it's a great opportunity to understand pointers in C. The full playlist: ...

10:50
Understanding C Pointer Magic Arithmetic | Ep. 07

55,837 views

4 years ago

Solve Computer Science
Learn C pointers in 5 minutes

A 5 minute video about pointers in the C programming language. You will see a brief explanation and the most common use ...

5:41
Learn C pointers in 5 minutes

254 views

2 years ago

Neso Academy
Pointers (Important Questions)

C Programming: Pointer's important problems. Topic discussed: 1) Set of important questions based on the basics of pointers.

11:11
Pointers (Important Questions)

399,417 views

6 years ago