ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

72 results

Last Mile Developer
Value Semantics vs. Memory Control: The High Cost of Zero-Overhead

In this technical deep dive, we uncover the "functional catalyst" that forced the invention of references: Operator Overloading.

16:21
Value Semantics vs. Memory Control: The High Cost of Zero-Overhead

96 views

5 days ago

Coding With Clicks
Lec 6 - Increment and Decrement Operators C++ | Pre and Post Increment and Decrement in C++

CodingWithClicks Increment and Decrement Operators C++ | Pre and Post Increment and Decrement in C++ | Coding With Clicks ...

6:24
Lec 6 - Increment and Decrement Operators C++ | Pre and Post Increment and Decrement in C++

21 views

2 days ago

Thirumala Tech Vishwa Guru
C++ Runtime Polymorphism in 10 Minutes 💻 #cpp #coding #programming #tech #technology #techeducation

In this video, we clearly explain Runtime Polymorphism in C++ with simple and real-world examples. Before understanding ...

17:19
C++ Runtime Polymorphism in 10 Minutes 💻 #cpp #coding #programming #tech #technology #techeducation

7 views

6 days ago

Coding with Minmer
What Big Tech actually asks for Strings & Arrays

Discover the actual variant Big Tech asks for Strings & Arrays. Timestamps: 00:00 Intro 02:50 Explanation 10:14 Edge cases 10:46 ...

12:43
What Big Tech actually asks for Strings & Arrays

557 views

2 days ago

Computer Gyan Guruji
Break & Continue Statement in C++ Programming | CPP  Tutorial - 29

Break & Continue Statement in C++ Programming | CPP Tutorial - 29 | C Programming for Beginners | C++ Break and Continue ...

12:51
Break & Continue Statement in C++ Programming | CPP Tutorial - 29

166 views

6 days ago

Real Programming Skool (RPS)
C++ Logical Operators (&&, ||, !): The 3 Rules Beginners Must Know

Join the Real Programming Skool community on Telegram: http://t.me/RPSDiscussionChannel (Discussions, questions, ...

10:28
C++ Logical Operators (&&, ||, !): The 3 Rules Beginners Must Know

2 views

3 days ago

DS Buddy
Prime number using C++ | Begineer level

Prime numbers are natural numbers greater than 1 that have exactly two factors: 1 and themselves. #twopointers ...

4:42
Prime number using C++ | Begineer level

20 views

4 days ago

funatcoding
LeetCode 3714 | Longest Balanced Substring II | Daily LeetCode | Day 44/365 | C++ Solution

LeetCode 3714 | Longest Balanced Substring II | Daily LeetCode | Day 44/365 | C++ Solution In this video, we solve LeetCode ...

12:24
LeetCode 3714 | Longest Balanced Substring II | Daily LeetCode | Day 44/365 | C++ Solution

54 views

5 days ago

Computer Gyan Guruji
GOTO Statement in C++ Programming | CPP  Tutorial - 30

GOTO Statement in C++ Programming | CPP Tutorial - 30 | C Programming for Beginners | C++ goto statement in jump statement ...

6:13
GOTO Statement in C++ Programming | CPP Tutorial - 30

178 views

4 days ago

Mohit Decodes
DSA #13 | Arrays & Strings | Reverse an Array using Two Pointers

DSA Phase-2 Arrays and Strings tutorial focusing on reversing an array using the Two Pointer technique. In this video you will ...

7:34
DSA #13 | Arrays & Strings | Reverse an Array using Two Pointers

105 views

4 days ago

Pamir BCS
Pointers in C++ | Complete Beginner to Advanced Tutorial with Memory Concepts

cplusplus #cpp #cppprogramming #pointers #pointerincpp #cpppointers #learncpp #cplusplustutorial #cppforbeginners ...

16:02
Pointers in C++ | Complete Beginner to Advanced Tutorial with Memory Concepts

3 views

1 day ago

Learn to Code with CodeChef
Constructors & Destructors in C++ | Learn C++ for Project Building | CodeChef Learn Series

Learn how constructors and destructors work in C++ — one of the most important foundations of Object Oriented Programming ...

17:52
Constructors & Destructors in C++ | Learn C++ for Project Building | CodeChef Learn Series

0 views

3 days ago

Mohit Decodes
DSA #12 | Arrays & Strings | Array Basics + Reverse Array/String

DSA Phase-2 Arrays and Strings tutorial focusing on Array Basics and Reverse operations. In this video you will learn what an ...

12:07
DSA #12 | Arrays & Strings | Array Basics + Reverse Array/String

157 views

5 days ago

Nivransh Chaudhary
Part-3 UP Police Promotion | Computer Operator to Programmer | PYQ Solved | With Explanation

इस वीडियो में UP Police Computer Operator to Programmer Promotion परीक्षा January 2026 के ...

7:55
Part-3 UP Police Promotion | Computer Operator to Programmer | PYQ Solved | With Explanation

0 views

10 hours ago

Pranjal Jain
LeetCode 152: Maximum Product Subarray Solution Explained (C++)

In this video, we solve LeetCode 152: Maximum Product Subarray. This looks like a simple variation of Kadane's Algorithm, but ...

13:40
LeetCode 152: Maximum Product Subarray Solution Explained (C++)

0 views

4 days ago

English with Savi
Introduction of OOP(C++)#cppprogramming

In this video we will discuss the basics of object oriented programming. we will discuss the difference between object oriented ...

12:55
Introduction of OOP(C++)#cppprogramming

46 views

7 days ago

Tuhin Ahammed
Variables and User Input in C++ (cin, EOF) | Data Structures and Algorithms | Chapter 1 (Part 2)

Welcome back to Chapter 1, Part 2 of the DSA Series by Tuhin Bhai! In this video, we dive deeper into C++ programming by ...

12:31
Variables and User Input in C++ (cin, EOF) | Data Structures and Algorithms | Chapter 1 (Part 2)

12 views

20 hours ago

TechVarshy
3713. Longest Balanced Substring I | Leetcode POTD | Python

Solving 1 coding problem a day In this video, I break down the problem step by step, explain the logic clearly, and then walk ...

6:42
3713. Longest Balanced Substring I | Leetcode POTD | Python

111 views

6 days ago

Learn with Parneet
Lecture - 3 Datatypes and Variables in CPP | Easy Explanation in hindi | Code implemented

Lecture - 3: Data Types and Variables in C++ | Easy Explanation in Hindi | Code Implemented** In this third lecture of our ...

12:31
Lecture - 3 Datatypes and Variables in CPP | Easy Explanation in hindi | Code implemented

0 views

19 hours ago

Legend Coders
🔥 ZIG ZAG CONVERSION — Pattern Logic Made SUPER EASY! | LeetCode 6 | Interview Favorite

String ko zigzag pattern me likho… phir row by row read karo ‍ Sunne me simple, implement karte waqt confusion guaranteed ...

13:20
🔥 ZIG ZAG CONVERSION — Pattern Logic Made SUPER EASY! | LeetCode 6 | Interview Favorite

22 views

6 days ago

Vandana Codes
Binary Subarrays With Sum (LeetCode 930) | Prefix Sum + HashMap Explained | DSA Interview

Binary Subarrays With Sum (LeetCode 930) | Prefix Sum + HashMap Explained | DSA Interview In this video, we solve LeetCode ...

8:49
Binary Subarrays With Sum (LeetCode 930) | Prefix Sum + HashMap Explained | DSA Interview

42 views

1 day ago

Logic soch
3721. Longest Balanced Subarray II | Segment Tree | Leetcode | Daily Question

coding #programming #education #python #leetcodedailychallenge #leetcode.

19:24
3721. Longest Balanced Subarray II | Segment Tree | Leetcode | Daily Question

108 views

7 days ago

vHiren
L11 - Subarrays DP | Sum of All Odd Length Subarrays | 4D DP | LeetCode 1588 | Memo | Tabulation

Today in Lecture 11 of Subarrays DP, we solve LeetCode 1588 (Easy). Sum of All Odd Length Subarrays problem using 4D ...

16:43
L11 - Subarrays DP | Sum of All Odd Length Subarrays | 4D DP | LeetCode 1588 | Memo | Tabulation

5 views

1 day ago

CodingManiaa
Functions in C++ Explained | Uses & Importance of Functions | C++ Tutorial for Beginners

Welcome to this Functions in C++ Tutorial for Beginners In this video, you will learn what functions are in C++, their uses, and ...

5:20
Functions in C++ Explained | Uses & Importance of Functions | C++ Tutorial for Beginners

2,739 views

6 days ago

CodingManiaa
Pointers, References & Dynamic Variables in C++ Explained | C++ Tutorial for Beginners

Welcome to this Pointers, References & Dynamic Variables in C++ Tutorial for Beginners In this video, you will learn one of the ...

4:05
Pointers, References & Dynamic Variables in C++ Explained | C++ Tutorial for Beginners

17 views

6 days ago