ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

422 results

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

49 views

11 months ago

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

215 views

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

848 views

8 months 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

66 views

11 months ago

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

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode details: https://github.com/lefticus/cpp_weekly/issues/493 T-SHIRTS ...

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

7,133 views

2 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

22 views

11 months ago

CS 161 (Computer Security) at UC Berkeley
[MemSafety2, Video 4] Overwriting Commands and Function Pointers

Course website: https://sp25.cs161.org/ Slides: ...

5:00
[MemSafety2, Video 4] Overwriting Commands and Function Pointers

479 views

11 months ago

Jakubication
C strtol

In C, strtol converts a string to a long integer. Additionally, it returns a pointer to any other part of the string after the part that ...

2:13
C strtol

312 views

7 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

79 views

7 months 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

349 views

10 months ago

Prof Korupt
C Higher Order Functions in 60 Seconds

C Higher Order Functions in 60 Seconds Python and JavaScript both support higher order functions, a core concept in functional ...

1:00
C Higher Order Functions in 60 Seconds

770 views

7 months ago

Jakubication
initialization from incompatible pointer type

The fix the C warning, initialization from incompatible pointer type, make sure you don't declare an integer pointer by prefixing the ...

0:46
initialization from incompatible pointer type

9 views

11 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

3,965 views

10 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

88 views

2 weeks ago

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

What you'll learn in this video: - What are function pointers in C++? - How to declare and use pointers to functions - Pointers to ...

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

10 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

352,564 views

6 months ago

Apple Developer
WWDC25: Safely mix C, C++, and Swift | Apple

Learn how to mix C, C++, and Swift while improving the safety of your apps. We'll show you how to find where unsafe C and C++ ...

32:12
WWDC25: Safely mix C, C++, and Swift | Apple

4,716 views

7 months ago

Tsoding Daily
I switched from ASSEMBLY to C and it made my code better...

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Related Playlists: ...

2:05:51
I switched from ASSEMBLY to C and it made my code better...

37,829 views

11 months ago

Soren I. Ngo
Pointers and Arrays (Overview): The relationship between array names and pointers - L4 - S6

This lesson belongs to Section 06: Basic Pointers --- Watch the full C Programming for Beginners Course here: ...

3:47
Pointers and Arrays (Overview): The relationship between array names and pointers - L4 - S6

4 views

2 months ago

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

Awesome T-Shirts! Sponsors! Books! ☟☟ Hudson River Trading engineers use modern C++ to build performance-critical systems ...

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

8,972 views

3 weeks ago