ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

97 results

Hacktrickz
09 – Pointers in C++ (Memory, References, Arithmetic & Function Pointers) | [Abdul Bari] C++

In this complete lecture, we cover Pointers in C++ as part 9 of the full C++ Programming Course. This video explains pointers from ...

1:06:52
09 – Pointers in C++ (Memory, References, Arithmetic & Function Pointers) | [Abdul Bari] C++

7 views

6 days ago

Ozonised
From Datasheet to Driver: Writing a BMP390 C++ Library

... bit-fields 05:46 Creating port file 06:29 Creating class and function pointers 08:17 Init function 09:05 IsPresent() 10:25 Porting to ...

27:24
From Datasheet to Driver: Writing a BMP390 C++ Library

7,376 views

5 days ago

Last Mile Developer
The Golden Rule for Using std::string_view Safely

Understand production ready CPP: https://cpp.rougeneuron.in Stop the 3:00 a.m. production pages by mastering the most ...

3:36
The Golden Rule for Using std::string_view Safely

90 views

5 days ago

SLiiX
Smart pointers & function profilers in C

__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...

1:50
Smart pointers & function profilers in C

0 views

16 hours ago

codestorywithMIK
Longest Balanced Substring I | Easy Explanation | Leetcode 3713 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 13th video ...

13:38
Longest Balanced Substring I | Easy Explanation | Leetcode 3713 | codestorywithMIK

2,404 views

15 hours ago

Professional Skill 2023
9-16-C++ Programmer: TypeDef | Practice

C++ typedef The typedef keyword in C++ is used for aliasing existing data types, user-defined data types, and pointers to a more ...

2:16
9-16-C++ Programmer: TypeDef | Practice

9 views

2 days ago

Swift Meetups
Closing the performance gap between Swift and C

Password hashing in Vapor has relied on C code for years because pure Swift implementations of Bcrypt were unusably slow in ...

11:22
Closing the performance gap between Swift and C

325 views

5 days ago

CoreCppIL
C++ Pitfalls and Sharp Edges to Avoid :: Amir Kirsh

Presented at Core C++ 2025 conference, Tel Aviv. C++ is a powerful language, but with great power comes… plenty of pitfalls.

1:04:26
C++ Pitfalls and Sharp Edges to Avoid :: Amir Kirsh

91 views

4 days ago

Microskill Lab
EP30 - Pointers in C Programming | Core Concept Explained

Safety Disclaimer These tutorials are for educational purposes only. Soldering, using chemicals like Fevikwik, and working with ...

18:57
EP30 - Pointers in C Programming | Core Concept Explained

31 views

6 days ago

PROGRAMMINGBUZ
99. Scale Factor and Pointer Expressions in C | Pointer Increment in C | Pointer Arithmetic in C

Scale Factor and Pointer Expressions in C | Pointer Increment in C | Pointer Arithmetic in C In this video, we explain pointer ...

18:13
99. Scale Factor and Pointer Expressions in C | Pointer Increment in C | Pointer Arithmetic in C

6 views

3 days ago

Jon Gjengset
impl Rust: Avro IDL tool in Rust via ANTLR

Some of you may be familiar with Avro, the Apache take on Google's Protocol Buffers. Where Protobuf has just one file format, ...

4:54:38
impl Rust: Avro IDL tool in Rust via ANTLR

2,718 views

17 hours ago

Bruhtus Null
Live study: learn C programming language by building our own lisp (Part 135)

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

2:01:24
Live study: learn C programming language by building our own lisp (Part 135)

308 views

Streamed 6 days ago

TechDesk By Assay
C Programming Full Course in Hindi | Assigning Value to Variable |  Day 52| By Deepraj Jangid Sir

Welcome to TechDesk by Assay — your one-stop learning platform for programming and technology! In this video, we start our ...

31:15
C Programming Full Course in Hindi | Assigning Value to Variable | Day 52| By Deepraj Jangid Sir

157 views

Streamed 7 days ago

OBrutus
Maximize Number of 1's. Done efficinetly in clean 2 step process.

In this video, we solve the GeeksforGeeks Problem: Maximize Number of 1s. The challenge is to find the maximum number of ...

9:41
Maximize Number of 1's. Done efficinetly in clean 2 step process.

63 views

2 days ago

PROGRAMMINGBUZ
98. Pointers in C | Introduction to Pointers with Examples | C Programming Tutorial

In this video, you will learn Pointers in C programming from scratch with clear explanations and simple examples. Pointers are ...

18:34
98. Pointers in C | Introduction to Pointers with Examples | C Programming Tutorial

31 views

5 days ago

vlogommentary
How to Define Functions Compatible with CString, CStringA, and CStringW in C+ +

Learn how to write flexible and foolproof functions that operate on MFC's CString family types—CString, CStringA, and ...

3:58
How to Define Functions Compatible with CString, CStringA, and CStringW in C+ +

0 views

4 days ago

HelloCodeCrafters
Control Structure in C Programming| Types of Control Structure| Control Flow in C| HelloCodeCrafters

... Arrays of Strings , String Function , Introduction of Pointers , Pointers Arithmetic , Pointer to Pointer , Decrease Function Pointers ...

9:33
Control Structure in C Programming| Types of Control Structure| Control Flow in C| HelloCodeCrafters

10 views

5 days ago

Kartheek
C Pointers  | Memory(CS50)

I share and implement pointers which I had learned in CS50 week 4 lecture on memory. Thanks to CS 50 for making the course.

44:53
C Pointers | Memory(CS50)

18 views

5 days ago

KsJunction
Basic Questions In C | Lecture 16 Of C Tutorial | C Tutorial for Beginners In Hindi

In this lecture of our C Programming Course, we have solved important interview and placement-oriented questions based on ...

22:27
Basic Questions In C | Lecture 16 Of C Tutorial | C Tutorial for Beginners In Hindi

0 views

5 days ago

Programming Avec Reza
Pointers in CPP

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:10:00
Pointers in CPP

0 views

5 days ago

AS TECHNIC
PROGRAMMING IN C || Debugging and translator || UNIT - 1 || LEC-6 || ELECTRONICS ENGG.

इस वीडियो में PROGRAMMING IN C के Unit–1: को आसान और स्पष्ट हिंदी भाषा में ...

38:08
PROGRAMMING IN C || Debugging and translator || UNIT - 1 || LEC-6 || ELECTRONICS ENGG.

98 views

Streamed 7 days ago

KsJunction
Reverse Array | Fibonacci Series | Lecture 17 Of C Tutorial | Placement Series 2026

Reverse Array | Fibonacci Series | Lecture 17 Of C Tutorial | Placement Series 2026 In this lecture of our C Programming Course, ...

15:22
Reverse Array | Fibonacci Series | Lecture 17 Of C Tutorial | Placement Series 2026

0 views

3 days ago

Leetcode w dropout PhD
894. All Possible Full Binary Trees - C++ (Tree, Recursion, Pointers)

coding #leetcode #tree #recursion #pointer #C #cplusplus.

11:35
894. All Possible Full Binary Trees - C++ (Tree, Recursion, Pointers)

2 views

6 days ago

Helwan Coders
Lec.8 part2 - C Programming (Fundamentals) | Functions | Helwan Coders- تعلم اساسيات البرمجة بلغة C

Helwan coders with C ! Dive into the world of coding with our C Course—perfect for beginners & pros! Learn data types ...

16:26
Lec.8 part2 - C Programming (Fundamentals) | Functions | Helwan Coders- تعلم اساسيات البرمجة بلغة C

12 views

1 day ago

Bruhtus Null
Live study: learn C programming language by building our own lisp (Part 138)

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

1:48:48
Live study: learn C programming language by building our own lisp (Part 138)

218 views

Streamed 3 days ago