ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

27 results

vlogommentary
Understanding the Impact of const on typedef Function Pointers in C

Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...

3:41
Understanding the Impact of const on typedef Function Pointers in C

0 views

6 days ago

vlogommentary
How to Use an Array of void* Function Pointers with Arbitrary Arguments in C

Learn how to safely manage an array of function pointers with different argument types in C using a common void pointer and ...

2:49
How to Use an Array of void* Function Pointers with Arbitrary Arguments in C

0 views

4 days ago

vlogommentary
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...

3:08
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

0 views

5 days ago

Quartz Code
Master Functions in Python in Just 1 Minute! | Python Programming Tips & Tricks ✨

Master Pointers in Python in Just 1 Minute! | Python Programming Tips & Tricks Are you confused about pointers in Python? In this ...

1:11
Master Functions in Python in Just 1 Minute! | Python Programming Tips & Tricks ✨

52 views

4 days ago

CSE IT Exam Preparation
CS25C01 C Programming | Pointer to a Function | Anna University R2025

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

2:52
CS25C01 C Programming | Pointer to a Function | Anna University R2025

0 views

2 days ago

Learn with your buddy
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

In this video, we explore modern C++ features introduced in C++17 and C++20 that make coding cleaner, safer, and more efficient ...

3:07
Tutorial29:C++17/C++20Features| auto, Range-Based Loops,Smart Pointers,optional& Structured Bindings

0 views

2 days ago

CSE IT Exam Preparation
Computer Programming in C – Important Questions | Anna University Reg 2025 | CS25C01 Full Course

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

1:32
Computer Programming in C – Important Questions | Anna University Reg 2025 | CS25C01 Full Course

37 views

1 day ago

Bruhtus Null
Study with me: learn C programming language by building our own lisp (Part 99)

I want to learn about C programming language, and i found a book called "Build Your Own Lisp". So let's explore it together and ...

3:08:25
Study with me: learn C programming language by building our own lisp (Part 99)

262 views

Streamed 8 hours ago

code with Sajjad
String function in c++2. Copying in string in c++

In this video, Raghav Sir will teach you about STRINGS. This is Lecture 9 of the C Programming series. Topics covered are ...

1:31
String function in c++2. Copying in string in c++

0 views

6 days ago

CSE IT Exam Preparation
CS25C01 C Programming | Pointers in C | Anna University R2025

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

3:17
CS25C01 C Programming | Pointers in C | Anna University R2025

0 views

2 days ago

Handwritten Notes Hub
C++ Programming Tutorial | Complete C++ for Beginners to Advanced | Handwritten C++ Notes

c++ tutorial, c++ programming, c++ notes, c++ for beginners, c++ handwritten notes, c++ class notes c++ for bca, c++ for btech, ...

0:34
C++ Programming Tutorial | Complete C++ for Beginners to Advanced | Handwritten C++ Notes

0 views

7 days ago

The Career Resilience Expert
Illustrated C Programming for College Students, C. Alawee, Ph.D.

Pointers and Memory Addressing, Dynamic Memory Allocation, Pointer to Pointer & Function Pointers, Strings and Character ...

1:22
Illustrated C Programming for College Students, C. Alawee, Ph.D.

0 views

2 days ago

vlogommentary
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

Learn how unexpected compiler behavior with NULL pointer checks can be related to GPU driver selection, and how to properly ...

3:46
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

0 views

17 hours ago

vlogommentary
Implementing Universal Setter/Getter Functions for Interrupt-Driven Variables in Embedded C

Learn best practices to modularize and safely access interrupt-driven variables in embedded C using encapsulated setter and ...

3:20
Implementing Universal Setter/Getter Functions for Interrupt-Driven Variables in Embedded C

0 views

17 hours ago

Handwritten Notes Hub
PPS AKTU First Year | Programming for Problem Solving | B.Tech 1st Year Notes & Important Questions

pps aktu first year, programming for problem solving aktu, btech 1st year pps notes, aktu pps important questions pps handwritten ...

1:23
PPS AKTU First Year | Programming for Problem Solving | B.Tech 1st Year Notes & Important Questions

0 views

2 days ago

Programming Avec Reza
How to work with pointers to 2D arrays in C++ (Part 2)?

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

2:34
How to work with pointers to 2D arrays in C++ (Part 2)?

0 views

13 hours ago

vlogommentary
Avoiding strtok State Conflicts: Use strtok_r for Nested String Tokenization in C

Learn how to handle nested string tokenization in C without state conflicts by replacing strtok with its reentrant alternative strtok_r.

2:48
Avoiding strtok State Conflicts: Use strtok_r for Nested String Tokenization in C

0 views

17 hours ago