C++ Tutorials In Hindi

by CodeWithHarry · 74 videos

Total watch time

21h 54m

at speed · exactly 21 hours, 53 minutes, 44 seconds at 1×

21h 53m 44s
1.25×17h 30m 59s
1.5×14h 35m 49s
1.75×12h 30m 42s
10h 56m 52s
Average video17m 45s
Longest29m 4s
Shortest6m 45s
Compare Open on YouTube JSON

Plan to finish

About 22 days at an hour a day

Pick a daily pace and the days you'll watch. Ticked videos are skipped.

Days

At one hour a day, every day, this playlist takes about 22 days. Turn on JavaScript to plan around your week.

Videos (74)

21h 54m in total · tick what you've watched

Tick videos you've watched — progress is saved in this browser.

Videos to
Watched
1 Introduction to C++, Installing VS Code, g++ & more | C++ Tutorials for Beginners #1 22:22 2020-01-11
2 Basic Structure of a C++ Program | C++ Tutorials for Beginners #2 19:09 2020-01-12
3 Variables & Comments in C++ in Hindi | C++ Tutorials for Beginners #3 15:45 2020-01-13
4 Variable Scope & Data Types in C++ in Hindi | C++ Tutorials for Beginners #4 28:33 2020-01-14
5 C++ Basic Input/Output & More | C++ Tutorials for Beginners #5 16:11 2020-01-15
6 C++ Header files & Operators | C++ Tutorials for Beginners #6 23:36 2020-01-18
7 C++ Reference Variables & Typecasting | C++ Tutorials for Beginners #7 20:17 2020-01-19
8 Constants, Manipulators & Operator Precedence | C++ Tutorials for Beginners #8 16:07 2020-01-20
9 C++ Control Structures, If Else and Switch-Case Statement | C++ Tutorials for Beginners #9 23:27 2020-01-21
10 For, While and do-while loops in C++ | C++ Tutorials for Beginners #10 20:35 2020-01-21
11 Break and Continue Statements in C++ | C++ Tutorials for Beginners #11 10:35 2020-01-23
12 Pointers in C++ | C++ Tutorials for Beginners #12 16:39 2020-01-24
13 Arrays & Pointers Arithmetic in C++ | C++ Tutorials for Beginners #13 22:22 2020-01-24
14 Structures, Unions & Enums in C++ | C++ Tutorials for Beginners #14 17:23 2020-01-30
15 Functions & Function Prototypes in C++ | C++ Tutorials for Beginners #15 16:10 2020-01-31
16 Call by Value & Call by Reference in C++ | C++ Tutorials for Beginners #16 19:00 2020-02-01
17 Inline Functions, Default Arguments & Constant Arguments in C++ | C++ Tutorials for Beginners #17 21:33 2020-02-02
18 Recursions & Recursive Functions in C++ | C++ Tutorials for Beginners #18 16:51 2020-02-03
19 Function Overloading with Examples in C++ | C++ Tutorials for Beginners #19 13:51 2020-02-03
20 Object Oriented Programming in C++ | C++ Tutorials for Beginners #20 27:41 2020-02-05
21 Classes, Public and Private access modifiers in C++ | C++ Tutorials for Beginners #21 15:34 2020-02-06
22 OOPs Recap & Nesting of Member Functions in C++ | C++ Tutorials for Beginners #22 29:04 2020-03-01
23 C++ Objects Memory Allocation & using Arrays in Classes | C++ Tutorials for Beginners #23 19:31 2020-03-01
24 Static Data Members & Methods in C++ OOPS | C++ Tutorials for Beginners #24 17:48 2020-03-02
25 Array of Objects & Passing Objects as Function Arguments in C++ | C++ Tutorials for Beginners #25 16:15 2020-03-03
26 Friend Functions in C++ | C++ Tutorials for Beginners #26 20:02 2020-03-07
27 Friend Classes & Member Friend Functions in C++ | C++ Tutorials for Beginners #27 20:41 2020-03-08
28 More on C++ Friend Functions (Examples & Explanation) | C++ Tutorials for Beginners #28 19:30 2020-03-09
29 Constructors In C++ | C++ Tutorials for Beginners #29 19:10 2020-03-11
30 Parameterized and Default Constructors In C++ | C++ Tutorials for Beginners #30 17:03 2020-03-11
31 Constructor Overloading In C++ | C++ Tutorials for Beginners #31 6:45 2020-03-12
32 Constructors With Default Arguments In C++ | C++ Tutorials for Beginners #32 7:56 2020-03-14
33 Dynamic Initialization of Objects Using Constructors | C++ Tutorials for Beginners #33 24:32 2020-03-18
34 Copy Constructor in C++ | C++ Tutorials for Beginners #34 16:17 2020-03-27
35 Destructor in C++ in Hindi | C++ Tutorials for Beginners #35 14:27 2020-04-04
36 Inheritance & Its Different Types with Examples in C++ | C++ Tutorials for Beginners #36 28:26 2020-05-13
37 Inheritance Syntax & Visibility Mode in C++ | C++ Tutorials for Beginners #37 20:19 2020-05-14
38 Single Inheritance Deep Dive: Examples + Code | C++ Tutorials for Beginners #38 24:24 2020-05-15
39 Protected Access Modifier in C++ | C++ Tutorials for Beginners #39 14:09 2020-05-19
40 Multilevel Inheritance Deep Dive with Code Example in C++ | C++ Tutorials for Beginners #40 28:26 2020-05-21
41 Multiple Inheritance Deep Dive with Code Example in C++ | C++ Tutorials for Beginners #41 22:43 2020-05-24
42 Exercise on C++ Inheritance | C++ Tutorials for Beginners #42 8:50 2020-05-25
43 Ambiguity Resolution in Inheritance in C++ | C++ Tutorials for Beginners #43 15:19 2020-05-26
44 Virtual Base Class in C++ | C++ Tutorials for Beginners #44 13:37 2020-05-30
45 Code Example Demonstrating Virtual Base Class in C++ | C++ Tutorials for Beginners #45 26:18 2020-06-01
46 Constructors in Derived Class in C++ | C++ Tutorials for Beginners #46 17:58 2020-06-02
47 Solution to Exercise on Cpp Inheritance | C++ Tutorials for Beginners #47 16:38 2020-06-03
48 Code Example: Constructors in Derived Class in Cpp | C++ Tutorials for Beginners #48 21:27 2020-06-04
49 Initialization list in Constructors in Cpp | C++ Tutorials for Beginners #49 15:24 2020-06-05
50 Revisiting Pointers: new and delete Keywords in CPP | C++ Tutorials for Beginners #50 12:13 2020-06-17
51 Pointers to Objects and Arrow Operator in CPP | C++ Tutorials for Beginners #51 13:54 2020-06-19
52 Array of Objects Using Pointers in C++ | C++ Tutorials for Beginners #52 23:41 2020-06-21
53 this Pointer in C++ | C++ Tutorials for Beginners #53 11:19 2020-06-22
54 Polymorphism in C++ | C++ Tutorials for Beginners #54 20:43 2020-07-09
55 Pointers to Derived Classes in C++ | C++ Tutorials for Beginners #55 17:34 2020-07-10
56 Virtual Functions in C++ | C++ Tutorials for Beginners #56 11:02 2020-07-11
57 Virtual Functions Example + Creation Rules in C++ | C++ Tutorials for Beginners #57 28:37 2020-07-15
58 Abstract Base Class & Pure Virtual Functions in C++ | C++ Tutorials for Beginners #58 12:06 2020-07-18
59 File I/O in C++: Working with Files | C++ Tutorials for Beginners #59 18:54 2020-07-20
60 File I/O in C++: Reading and Writing Files | C++ Tutorials for Beginners #60 13:50 2020-07-24
61 File I/O in C++: Read/Write in the Same Program & Closing Files | C++ Tutorials for Beginners #61 15:20 2020-09-06
62 File I/O in C++: open() and eof() functions | C++ Tutorials for Beginners #62 8:23 2020-09-06
63 C++ Templates: Must for Competitive Programming | C++ Tutorials for Beginners #63 13:16 2020-09-07
64 Writing our First C++ Template in VS Code | C++ Tutorials for Beginners #64 14:20 2020-09-08
65 C++ Templates: Templates with Multiple Parameters | C++ Tutorials for Beginners #65 10:45 2020-09-09
66 C++ Templates: Class Templates with Default Parameters | C++ Tutorials for Beginners #66 8:19 2020-09-10
67 C++ Function Templates & Function Templates with Parameters | C++ Tutorials for Beginners #67 8:28 2020-09-11
68 Member Function Templates & Overloading Template Functions in C++ | C++ Tutorials for Beginners #68 9:28 2020-09-11
69 The C++ Standard Template Library (STL) | C++ Tutorials for Beginners #69 14:49 2020-09-12
70 Containers in C++ STL | C++ Tutorials for Beginners #70 23:23 2020-09-22
71 Vector In C++ STL | C++ Tutorials for Beginners #71 25:05 2020-09-23
72 List In C++ STL | C++ Tutorials for Beginners #72 26:58 2020-09-27
73 Map In C++ STL | C++ Tutorials for Beginners #73 13:27 2020-10-14
74 Function Objects (Functors) In C++ STL | C++ Tutorials for Beginners #74 11:10 2020-10-14

Embed a badge

Show the watch time in a README or course description — it links back here and updates itself

Watch time: 21h 54m · 74 videos

Markdown
[![Watch time: 21h 54m · 74 videos](https://playlistduration.com/badge/playlist/PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL.svg)](https://playlistduration.com/playlist/PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL)
HTML
<a href="https://playlistduration.com/playlist/PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL"><img src="https://playlistduration.com/badge/playlist/PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL.svg" alt="Watch time: 21h 54m · 74 videos" width="210" height="20"></a>

Add ?speed=1.5 to the image URL for the time at that speed, ?label=Course to change the left text, or ?style=flat-square for square corners.

Want the numbers themselves? GET https://playlistduration.com/api/v1/playlist/PLu0W_9lII9agpFUAlPFe_VNSlXW5uE0YL returns them as JSON — free, no key. API docs →

Data from the YouTube Data API as of 2026-09-22 (cached). Private or deleted videos are excluded from totals.