ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

16,914 results

SwedenCpp
Mikael Rosbacke: Embedded friendly std::function alternative

Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...

31:51
Mikael Rosbacke: Embedded friendly std::function alternative

2,250 views

6 years ago

Cave of Programming
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

8:39
C++Tutorial for Beginners 43 - References; Nicer than Pointers!

9,936 views

11 years ago

SwedenCpp
Petter Holmberg: Functional parsing in C++20

Is C++20 a language that supports a functional style of programming? Can we write modern C++ code in a pure functional style ...

1:35:40
Petter Holmberg: Functional parsing in C++20

2,475 views

3 years ago

Jon Gjengset
Crust of Rust: Dispatch and Fat Pointers

In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...

2:12:52
Crust of Rust: Dispatch and Fat Pointers

98,829 views

4 years ago

Skill Horizon NextGen
How to pass structure into function using pointer in c programming | by Sanjay Gupta

Find Here: Links of All C language Video's Playlists/Video Series C Interview Questions & Answers | Video Series ...

6:09
How to pass structure into function using pointer in c programming | by Sanjay Gupta

11,761 views

7 years ago

VoidRealms
C++ 23 - Classes and Pointers

learn how and why to use pointers with classes.

6:37
C++ 23 - Classes and Pointers

63,102 views

14 years ago

Cave of Programming
C++Tutorial for Beginners 39 - Pointers and Arrays

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

17:23
C++Tutorial for Beginners 39 - Pointers and Arrays

13,407 views

11 years ago

Skill Horizon NextGen
Count length of string by passing string into function using pointer in c programming

How to count length of string by passing string into function using pointer in c programming language by sanjay gupta. Connect ...

4:25
Count length of string by passing string into function using pointer in c programming

3,757 views

7 years ago

Heavy Bare Metal
State machine programming for Arduino, switch case, table of structs, and table of function pointers

This video shows different ways to implement a simple traffic light example on an Arduino, using the classic switch case, a table of ...

42:54
State machine programming for Arduino, switch case, table of structs, and table of function pointers

15,330 views

5 years ago

Skill Horizon NextGen
Search a character in string by passing string into function using pointer in c

How to perform linear search on string by passing string into function using pointer in c programming by sanjay gupta. Connect ...

6:45
Search a character in string by passing string into function using pointer in c

2,081 views

7 years ago

Cave of Programming
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

17:03
C++Tutorial for Beginners 37 - Pointers; Where C++ Starts to Get Tricky

20,083 views

11 years ago

Skill Horizon NextGen
What is Pointer | How Pointer Works in C Programming | by Sanjay Gupta

... Series https://www.youtube.com/watch?v=5wtmhIBUsy4&list=PL-gW8Fj5TGrpVCun29h8HqtysUq6OPq3X Pointer in C | Video ...

9:01
What is Pointer | How Pointer Works in C Programming | by Sanjay Gupta

9,728 views

7 years ago

CoreCppIL
A fun example of polymorphism with std::function

Presented by Dima Udashnik (aka StoryTeller) at Core C++ online meetup, October 2020. The slides can be found at ...

20:33
A fun example of polymorphism with std::function

3,331 views

5 years ago

Jon Gjengset
Implementing Hazard Pointers in Rust

This time, we take a stab at implementing Hazard Pointers (https://erdani.org/publications/cuj-2004-12.pdf) in Rust. We follow ...

4:55:09
Implementing Hazard Pointers in Rust

37,810 views

4 years ago

GopherCon UK
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

In this talk you will learn how to use pointers effectively in Go. We'll cover from the basics of pointer declaration and usage, to the ...

32:34
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

5,487 views

6 years ago

CppNow
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

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

1:07:28
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”

2,304 views

6 years ago

Cave of Programming
C++Tutorial for Beginners 40 - Pointer Arithmetic; Adding, Subtracting and Comparing Pointers

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

15:37
C++Tutorial for Beginners 40 - Pointer Arithmetic; Adding, Subtracting and Comparing Pointers

14,548 views

11 years ago

Skill Horizon NextGen
Print elements of array using pointer in c programming | by Sanjay Gupta

Find Here: Links of All C language Video's Playlists/Video Series C Interview Questions & Answers | Video Series ...

4:38
Print elements of array using pointer in c programming | by Sanjay Gupta

22,720 views

7 years ago

CppNow
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

... base class, and then using a table of function pointers (the virtual table) to perform dynamic dispatch when a method is called.

1:41:31
C++Now 2018: Louis Dionne “Runtime Polymorphism: Back to the Basics”

8,839 views

7 years ago

Skill Horizon NextGen
How to modify value of const variable using pointers in c programming | by Sanjay Gupta

Find Here: Links of All C language Video's Playlists/Video Series C Interview Questions & Answers | Video Series ...

3:42
How to modify value of const variable using pointers in c programming | by Sanjay Gupta

4,109 views

7 years ago