ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

264 results

Wadix Technologies
Function Pointers in C – STM32 Callbacks & State Machines Explained

Courses ➤ https://courses.wadixtech.com/courses Website ➤ https://www.wadixtech.com --- Github project: ...

37:27
Function Pointers in C – STM32 Callbacks & State Machines Explained

260 views

2 months ago

Jakubication
error: called object is not a function or function pointer

To fix the C error: called object is not a function or function pointer, figure out why you think, the object you are calling as a function ...

0:28
error: called object is not a function or function pointer

50 views

11 months ago

Jakubication
'return' with no value in function returning non-void

To fix the C warning, 'return' with no value in function returning non-void, do not use bare returns in functions that are defined to ...

0:26
'return' with no value in function returning non-void

23 views

11 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

16:13
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?

9,358 views

1 month ago

Jakubication
error: expression cannot be used as a function

... be used as a function, only call things like functions if they are functions or function pointers. #cpp #codingtutorial #learntocode.

0:25
error: expression cannot be used as a function

67 views

11 months ago

Ragab
21. std::thread (Function Pointers & std::function)

C++ Concurrency: Callable Objects for std::thread (Function Pointers & std::function) Unlock the power of C++ concurrency in this ...

32:56
21. std::thread (Function Pointers & std::function)

40 views

9 months ago

Faisal's Devlog
This is why you don't build GUIs in C

C and GUI Programming don't get along well. In this video, I used a lesser-known framework for Graphical User Interface (GUI) ...

6:09
This is why you don't build GUIs in C

363,464 views

7 months ago

PicoBit
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...

33:05
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

114 views

1 month ago

Michael teaches CS
Pointers - C/C++/Go - The Michael Explanation

I explain the mechanics behind variables, how they relate to memory, and what pointers are and how to think about them. Why?

19:58
Pointers - C/C++/Go - The Michael Explanation

350 views

11 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 505 - C++26's CNTTP bind Functions

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

3:53
C++ Weekly - Ep 505 - C++26's CNTTP bind Functions

7,242 views

3 months ago

Jakubication
C strtod

In C, strtod converts a string to a double. Additionally, it returns a pointer to any other part of the string after the part that represents ...

1:43
C strtod

80 views

8 months ago

Code and Tech Hub
pointers to arrys and pointers to function C++ coding

Learn everything about Pointers to Functions and Pointers to Arrays in C++ with easy examples and step-by-step explanations!

18:11
pointers to arrys and pointers to function C++ coding

10 views

9 months ago

dr Jonas Birch
Object-Oriented Programming in regular C

Can we do OOP in C? By OOP, in this case, I mean create objects and run methods of these objects? I think we can! Let us find ...

36:00
Object-Oriented Programming in regular C

4,029 views

10 months ago

Tsoding Daily
Autodoc Tool in C

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - Intro - 00:02:51 - Adding ...

2:28:08
Autodoc Tool in C

29,282 views

2 weeks ago

The D Language Foundation
DConf '24 | Avoid the GC in 80 Lines | Dennis Korpel

After an epiphany, Dennis finally found it: the perfect memory allocator. Last year, he talked about stack memory and its limitations, ...

43:57
DConf '24 | Avoid the GC in 80 Lines | Dennis Korpel

1,075 views

9 months ago

Start Coding
Function Pointer in C | Function Pointer Array | Pass by Address | C Programming Course #30

Function Pointer in C | Function Pointer Array | Pass by Address | C Programming Course #cprogrammingcourse #cprogramming ...

28:23
Function Pointer in C | Function Pointer Array | Pass by Address | C Programming Course #30

10 views

8 months ago

Emez Labs
Interfaces in Zig: An OOP C++-Style Approach

Welcome to another deep dive into low-level programming on my channel! In this episode, I tackle one of Zig's most discussed ...

16:16
Interfaces in Zig: An OOP C++-Style Approach

3,100 views

6 months ago

softwareverify
Memory Validator deleted this detection (also known as use after free)

0:00 Hello, I'm going to show you how to detect a certain type of memory corruption using C memory validator. 0:07 This particular ...

3:06
Memory Validator deleted this detection (also known as use after free)

0 views

3 weeks ago

Jakubication
String In Char Array vs. Pointer To String Literal In C

This video shows the difference between a string in a char array vs a pointer to a string literal in C. Basically, it will cover the ...

2:50
String In Char Array vs. Pointer To String Literal In C

931 views

8 months ago

csprofmarin
Advanced C++ : Unit 2A GMT20250124 014040 Recording 1920x1080

An array really is an array is a pointer to the 1st item in a collection of characters. So we can declare this as a pointer and C plus ...

1:09:56
Advanced C++ : Unit 2A GMT20250124 014040 Recording 1920x1080

20 views

5 months ago