Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 3,6 тис.

  • @CollegeWallahbyPW
    @CollegeWallahbyPW  Рік тому +317

    Use "DSA20" To Get Extra 20% Off On All Decode Batches
    Enroll Now-pwskills.com/category/programming-courses/?
    📌Book you 1:1 career counselling session with our Experts, Fill the form Now-forms.gle/iaaC4EkRw52x9BXY9

  • @RAAJ-j9k
    @RAAJ-j9k Рік тому +310

    00:00 - Introduction
    02:25 - Online compiler
    07:18 - Basics
    1:56:20 - Conditionals
    3:23:48 - Loops
    5:04:56 - Pattern Printing
    6:14:54 - Functions
    7:30:03 - Pointers
    7:55:43 - Recursion
    8:57:31 - Arrays
    10:17:00- 2D Arrays
    10:59:18 - Strings

    • @yoshikage9133
      @yoshikage9133 Рік тому +7

      Thnx 👍

    • @brevardgamer3814
      @brevardgamer3814 Рік тому +3

      replit is not working properly

    • @SachinKumar-Jha
      @SachinKumar-Jha 4 місяці тому +1

      Bhai can you say what are the things missing in this one shot except oops coz we will have to do that from somewhere else pls can you say

    • @sudheeshsingh6856
      @sudheeshsingh6856 4 місяці тому

      @@SachinKumar-Jha data structure or c++ programing?

    • @SachinKumar-Jha
      @SachinKumar-Jha 4 місяці тому

      @@sudheeshsingh6856 c++ me kya baaki h apart from oops ?

  • @scrollwithpiyushkwayast2m
    @scrollwithpiyushkwayast2m Рік тому +44

    you are such a good teacher in my POV because give us biggest hints to solve problem

  • @Gummyfic2110
    @Gummyfic2110 2 місяці тому +14

    2:26:04 Hw's Ans :
    int LENGTH;
    cout> LENGTH;
    int BREADTH;
    cout> BREADTH;
    if (LENGTH * BREADTH > 2*(LENGTH + BREADTH)){
    cout

  • @EduEraLearning
    @EduEraLearning 10 місяців тому +45

    Your C++ programming tutorials are fantastic! The way you simplify complex concepts and provide practical examples really accelerates the learning process. Thanks for making C++ so accessible and enjoyable to learn!

  • @verto7690
    @verto7690 Рік тому +310

    Timestamps :
    00:00 - Introduction
    02:25 - Online compiler
    07:18 - Basics
    1:56:20 - Conditionals
    3:23:48 - Loops
    5:04:56 - Pattern Printing
    6:14:54 - Functions
    7:30:03 - Pointers
    7:55:43 - Recursion
    8:57:31 - Arrays
    10:17:00- 2D Arrays
    10:59:18 - Strings

  • @Secretlife_of_sam
    @Secretlife_of_sam 4 місяці тому +26

    7:05:19 pascal triangle
    7:15:00 swap 2 no. 7:28:36
    Conditional:
    2:27:29 2:47:05 2:59:52 3:07:44
    Loops:
    3:24:10 3:24:10 3:24:10 4:05:26 4:20:00
    Endless loop 4:33:08

  • @dsbohra
    @dsbohra Рік тому +242

    You have taught C so well that all this seems like a "Piece of Cake" well done. Great teaching skills.

    • @sukhadagulhane4575
      @sukhadagulhane4575 Рік тому +5

      It's C++

    • @ananyieie
      @ananyieie Рік тому +7

      @@sukhadagulhane4575 C bhi padhaaya hua hai sir ne bohot achhe se☺

    • @sukhadagulhane4575
      @sukhadagulhane4575 Рік тому +3

      @@ananyieie oh i didn't read ur comment ache se mb💀

    • @techgamer4957
      @techgamer4957 Рік тому +2

      Does anyone of you made the notes of this one shot lecture, please can you send me.

    • @Waqar.474
      @Waqar.474 Рік тому

      ​@@techgamer4957have you gotten notes of c++? If yes can you send me??

  • @aftabroy333
    @aftabroy333 10 місяців тому +111

    Just One video C++ Language has been an incredible journey for me and thanks a lot of Raghav Sir,

    • @incredibletech4568
      @incredibletech4568 7 місяців тому +4

      Bhai ye lecture dekhne ke baad muje c++ aa jaiga na

    • @AnshSingh-nw7sh
      @AnshSingh-nw7sh 7 місяців тому

      Bhai ye video enough hoga na c++ ke liye​@@incredibletech4568

    • @utkarshsharma8996
      @utkarshsharma8996 6 місяців тому

      @@incredibletech4568 aji mai boleya shat shat naman

    • @IPL-S18
      @IPL-S18 5 місяців тому +3

      ​@@incredibletech4568Bhai dekh to sahi fir khud se puchh lena

  • @AmanWebDev
    @AmanWebDev Місяць тому +5

    9:54:38
    We can't directly allocate the size of the array during the runtime of the code.
    To declare the size the array during the runtime we have use the following methods:
    1. std::vector or we can use 2. dynamic memory allocation using new keyword.

  • @लोकेशअहिरवार-ढ6ष
    @लोकेशअहिरवार-ढ6ष 11 місяців тому +119

    Really I finished this video. It took me some time to finish because of my procastination nature but finally I finished thank you very much for the basics.

    • @abhijeetnandi8670
      @abhijeetnandi8670 4 місяці тому +1

      Is it sufficient?in c++

    • @CaptainIndia-ju5bx
      @CaptainIndia-ju5bx 2 місяці тому

      @@abhijeetnandi8670 nope

    • @Clay18y
      @Clay18y Місяць тому

      @@SachinKumar-Jha oops is in different topic , oop is advance

  • @pragyacloud6103
    @pragyacloud6103 10 місяців тому +20

    In C++, for if and else if statements, there should not be a semicolon at the end of the conditions. The correct syntax includes opening and closing curly braces {} to enclose the block of code to be executed when the condition is met.
    Removing the semicolon after the condition allows the compiler to correctly interpret the structure of the else if statement and execute the corresponding block of code based on the condition.

    • @aaqibahmed4572
      @aaqibahmed4572 9 місяців тому +2

      yaR aik aur playlist hai c++ with dsa jis me mam padharhi hein . tw ye wali playlist se learn krna shi ahi ya dusri wali jis me mam ne padhay ahi jo with dsa hai c++?

    • @YuvrajThakur-y7j
      @YuvrajThakur-y7j 5 місяців тому

      But removing the Curly braces will only run the corresponding line of code in the if statement not all lines of code which we wish to run ?

  • @CaptainIndia-ju5bx
    @CaptainIndia-ju5bx 2 місяці тому +8

    9:42:11 you can use
    sizeof(arr)/sizeof(arr[0]) too to find the number of elements in array
    sizeof(arr[0]) will give the same result too and if the array is float, char , bool, etc it will still get the correct number of elements
    It's work is simple too it just gets the size of the first element

  • @Aiprogramming-su9ue
    @Aiprogramming-su9ue 11 місяців тому +18

    Thanks bhai understand the functions and notes
    Best youtube channel
    For programing

  • @TanmayDod
    @TanmayDod Рік тому +159

    I have tried learning coding from many youtubers and I have felt boredom after sometime but your teaching style is way more different than all of them and I have learnt so many things form you which I will never forget.
    I will learn anything if you are teaching.

    • @mrjoybiswas1309
      @mrjoybiswas1309 9 місяців тому

      Hm

    • @aaqibahmed4572
      @aaqibahmed4572 9 місяців тому

      ​@@mrjoybiswas1309 yaR aik aur playlist hai c++ with dsa jis me mam padharhi hein . tw ye wali playlist se learn krna shi ahi ya dusri wali jis me mam ne padhay ahi jo with dsa ahi c++?

    • @ArtistMuskan.
      @ArtistMuskan. 8 місяців тому

      @@aaqibahmed4572 apko ans. mila?

    • @aaqibahmed4572
      @aaqibahmed4572 8 місяців тому

      @@ArtistMuskan. nhi. me smjhta hun ye hi shi hai

    • @rishabhyadav1582
      @rishabhyadav1582 7 місяців тому

      @@ArtistMuskan. agar pehle sirf language sikhni h to ye hi dekho ..... agr language ke sath continuation me hi DSA bhi krna h to playlist ko follow kr skte ho

  • @mdmodassir6932
    @mdmodassir6932 Рік тому +41

    it was the best video of youtube for revise. it took two days to complete all concepts to me .

    • @aaqibahmed4572
      @aaqibahmed4572 9 місяців тому +1

      yaR aik aur playlist hai c++ with dsa jis me mam padharhi hein . tw ye wali playlist se learn krna shi ahi ya dusri wali jis me mam ne padhay ahi jo with dsa ahi c++?

    • @Kmunians1
      @Kmunians1 Місяць тому

      Listen

  • @Villan-w3n
    @Villan-w3n Рік тому +38

    You're the best. I learn so much then college. Thank you.

  • @devtomar8472
    @devtomar8472 8 місяців тому +146

    Ek baat toh sach hai sir badhiya padhate hain ❤❤❤😅😅

  • @akashmondal3952
    @akashmondal3952 11 місяців тому +20

    2:56:16
    if(marks>=80 && marks

    • @its_roy_888
      @its_roy_888 7 місяців тому +1

      2nd condition not needed in most of the case.

  • @swarbhatia
    @swarbhatia Рік тому +171

    As someone who has finished the C course provided free by Raghav Sir on the College Wallah channel, I can say that sir has been one of the best teachers I have studied from. My problem solving abilities skyrocketed after watching the C playlist, alongside learning of C language syntax.

    • @rahulkalita226
      @rahulkalita226 Рік тому +8

      Yes that pattern printings are in diffrent level Raghav sir is one of godly teacher

    • @musicmastishorts2849
      @musicmastishorts2849 Рік тому +2

      Plz batao error jb aata h to kon se key se thk krte h

    • @vishal2955
      @vishal2955 Рік тому

      ​@@musicmastishorts2849use chatgpt

    • @musicmastishorts2849
      @musicmastishorts2849 Рік тому +1

      @@rahulkalita226 plz batao error thk krne ke liye kon sa key press krte h mai nyi hu coding pe

    • @rahulkalita226
      @rahulkalita226 Рік тому

      @@musicmastishorts2849 compiler will show you what to fix

  • @Alkamakhan-n9l
    @Alkamakhan-n9l 4 місяці тому +14

    02:25 - Online compiler
    07:18 - Basics
    1:56:20 - Conditionals
    3:23:48 - Loops
    5:04:56 - Pattern Printing
    6:14:54 - Functions
    7:30:03 - Pointers
    7:55:43 - Recursion
    8:57:31 - Arrays
    10:17:00- 2D Arrays
    10:59:18 - Strings

    • @WildyHarsh2
      @WildyHarsh2 4 місяці тому

      Abe tu thoda sa bkl hee kya yee sir ne pahle se chapter bna rakhe hee tho tere help kisne mangi 😂

    • @Kmunians1
      @Kmunians1 Місяць тому

      @@WildyHarsh2 Listen please

    • @abhinandanmaurya47
      @abhinandanmaurya47 18 днів тому

      Kaise time likhu bhai taaki next time aane pr wahi se start kr sky..time k number daalne baad blue color main highlighted nhi ho rha

  • @AvreetKaur-n6r
    @AvreetKaur-n6r Рік тому +47

    "maza aw gaya". Sir the way you teach is really incredible. Thanks for making these free tutorials with such great quality.

    • @factsea8336
      @factsea8336 5 місяців тому

      Bhai video me sir ne structure padhaya hai kya

    • @Games-we2gj
      @Games-we2gj 5 місяців тому

      Bhai oops nahi padhaye sir na

  • @designwithmaimoona
    @designwithmaimoona 10 місяців тому +26

    Thanks Sir! Completing your course from Pakistan.

  • @JATT_0907
    @JATT_0907 2 місяці тому +2

    4:57:07 we can also use this syntax to reverse a number
    int b, a;
    cin>> b;
    while (b!=0){
    int digit = b%10;
    a = digit;
    b= b/10;
    cout

    • @Zeewaqar714
      @Zeewaqar714 2 місяці тому

      But if you write
      cout

    • @JATT_0907
      @JATT_0907 2 місяці тому

      @@Zeewaqar714 Presentation matters... I guess

    • @ShahzabAhmad-wh6ih
      @ShahzabAhmad-wh6ih Місяць тому

      Bruh can you do the code at 4:49:44for homework

  • @kingajay6
    @kingajay6 5 місяців тому +17

    maza aagaya sir !!!🤩⭐🌟⭐⭐🌟⭐🌟Thankyou sir !

  • @Rohan_salunkhe94
    @Rohan_salunkhe94 Рік тому +331

    Mere father gujar gaye 31 July ko muze kuch bhi padhne ka Maan nahi ho raha tha par raghav sir ka c++ one shot dekh ke padhne ki shuruwat ho chuki hai qki raghav sir ki baat alag hai baakiyon ke mukable mai unka sikhaya huwa ache se samaj pata hu ❤ happy teacher's day Raghav sir

    • @rehuueditz2
      @rehuueditz2 10 місяців тому +32

      stay strong brother more power to you

    • @dankkyash1205
      @dankkyash1205 10 місяців тому +11

      Stay blessed

    • @mantra-zr5mj
      @mantra-zr5mj 10 місяців тому +5

      @college wallah
      Bro stay strong

    • @niksradhekrishna7816
      @niksradhekrishna7816 8 місяців тому +21

      BHAII , kuch bhi ho jaye HIMMAT mat harna , MEHNAT KARNE WALO KE SAATH SWAYAM BHAGWAN HOTE HAIN

    • @Sonu-zt9pm
      @Sonu-zt9pm 8 місяців тому +8

      Believe in yourself bro anything is possible 🙏

  • @Vaayusutt
    @Vaayusutt 2 місяці тому +3

    Thank you sir ji..!!
    Maza Aagaya..

  • @Sole-life
    @Sole-life 7 місяців тому +9

    Timestamps :
    00:00 Introduction
    02:25 Online compiler - Replit
    07:18 Basics
    1:56:20 Conditionals
    3:23:48 Loops
    5:04:56 Pattern Printing
    6:14:54 Functions
    7:30:03 Pointers
    7:55:43 Recursion
    8:57:31 Arrays
    10:17:00 2D Arrays
    10:59:18 Strings

  • @FarheenRon
    @FarheenRon 6 місяців тому +12

    5:22:39
    Ans is:
    In last line
    cout

  • @priyanshgoyal2224
    @priyanshgoyal2224 Місяць тому +2

    maza aa gaya thank you bhaiya itn acche se samjhaane ke liye

  • @KhushiKhushi-zv4og
    @KhushiKhushi-zv4og 8 місяців тому +12

    Thank you so much for this amazing session ❤

  • @Cricketindia-fj9sl
    @Cricketindia-fj9sl Рік тому +7

    cin>>n;
    while(n>0){
    r=n%10;
    cout

    • @ShaheerAzam
      @ShaheerAzam 10 місяців тому

      Same bro

    • @sparshsingh7543
      @sparshsingh7543 8 місяців тому

      ye as an integer return nhi hua, agar is reversed output me further process krna hai to ham nahi kar skenge

  • @ayesharana5231
    @ayesharana5231 4 місяці тому +5

    Amazing sir
    May god bless y with all the happiness

  • @taslimmahmudsadid7554
    @taslimmahmudsadid7554 Рік тому +7

    very helpful video, thanks a lot sir

  • @MrHimanshuMishra999
    @MrHimanshuMishra999 Рік тому +43

    4:19:37 continue statement
    4:22:52 while loop
    4:27:27 do while loop

  • @usefulshorts528
    @usefulshorts528 Рік тому +10

    Sir very easy and simple method to explain 👍👍❤️❤️

  • @nashraansari2641
    @nashraansari2641 3 дні тому

    Thank you so much sir I clearly understand

  • @lunar_nik
    @lunar_nik Рік тому +10

    a side note tho: switch statement uses less processing as compared to if else so it is benifical to use switch (in apps with heavy lines of code)

  • @preranamadhavi3238
    @preranamadhavi3238 Рік тому +19

    I am last year of engg
    And I swear this is THE BEST tutorial on UA-cam

  • @venom_editz555
    @venom_editz555 18 днів тому +1

    Thanks a lot

  • @eyeliciousbyanjana
    @eyeliciousbyanjana 11 місяців тому +6

    thank you so much sir, bohot acha explain kiya apne, pointers samajh nahi ata tha mujhe, but aj acha se samajh gayi

  • @akshaylanjewar2217
    @akshaylanjewar2217 Рік тому +11

    Sir could you please teach us OOPS in C++.

  • @rohitlodhi2994
    @rohitlodhi2994 2 місяці тому +14

    Sir, today I am starting my coding journey from your videos. I will work in the main Google company's London office or Silicon Valley office in the next 1 year, this is my promise to you...

  • @kiruttukiruttu8796
    @kiruttukiruttu8796 Рік тому +17

    Object oriented programming in c++ in one shot please sir

  • @Ruleit-sf4nu
    @Ruleit-sf4nu Рік тому +74

    Sir literally your teaching style is very perfectionist I can say ....Keep going sir We want much more content like this only from you

  • @keshavshama830
    @keshavshama830 2 місяці тому +2

    11 months ago
    00:00 - Introduction
    02:25 - Online compiler
    07:18 - Basics
    1:56:20 - Conditionals
    3:23:48 - Loops
    5:04:56 - Pattern Printing
    6:14:54 - Functions
    7:30:03 - Pointers
    7:55:43 - Recursion
    8:57:31 - Arrays
    10:17:00- 2D Arrays
    10:59:18 - Strings

  • @kamrankashif5908
    @kamrankashif5908 6 місяців тому +5

    Sir you simply nailed it, I understood what I couldn't in my whole semester, may your channel grow in no time so that more students could be benefited.

  • @mepromethean9
    @mepromethean9 Рік тому +39

    Date- 1/10/23 ; time: 4:47 pm
    Completed!!
    Thanks bhaiya!
    PS- pehli bar koi cheez shuru ki, aur time pe khatam bhi!
    Maza aa gya!

    • @aryanyadav5005
      @aryanyadav5005 Рік тому +1

      Bro kitna tumhe time lga isee sikhne main

    • @Tapa123_top
      @Tapa123_top 10 місяців тому +1

      😂

    • @ShubhamSharma-ii2fm
      @ShubhamSharma-ii2fm 6 місяців тому

      I have zero experience in coding can i start with this???

    • @mepromethean9
      @mepromethean9 6 місяців тому +1

      @@ShubhamSharma-ii2fm Yaa sure mate, go for it!

  • @DeepikaDecodes
    @DeepikaDecodes Рік тому +58

    It shows dedication of teachers towards their students😇😇. Always make great content on youtube so that students can enhance their skills in free. Happy teachers day🙏🙏

  • @khadejaqureshi221
    @khadejaqureshi221 Рік тому +16

    This is the very first video on C++ which I'll be watching till the end. Thankyou so much!

  • @BkAryan-gl5ul
    @BkAryan-gl5ul Рік тому +13

    Loops
    3:53:22
    3:50:00
    3:57:59
    4:09:33
    4:14:42
    4:26:47
    4:30:56
    4:34:28

    • @MohammadAli-ge2nn
      @MohammadAli-ge2nn Рік тому

      Hello sir, your teaching technique is so amazing that I have a problem with your video. It looks blurred in downloading plz so out this problem

  • @OyeAdi47
    @OyeAdi47 Рік тому +9

    This complete course of C++ is CRAZY!!!!!!!

    • @nonsensegamer453
      @nonsensegamer453 9 місяців тому +2

      Brother can u tell me this is the full course of c++

    • @OyeAdi47
      @OyeAdi47 9 місяців тому +2

      @@nonsensegamer453 yuppp

  • @gang_30official
    @gang_30official 22 дні тому

    2:46:47 nested if else or if else ladder
    2:58:59 hw, end of nested if else
    3:11:10 switch case syntax
    7:23:19 pass by value and reference

  • @Innings_668
    @Innings_668 Рік тому +23

    Outstanding explaining awesome video for learner's
    Thank you so much raghav sir

  • @YANAMADALA-t7h
    @YANAMADALA-t7h Місяць тому +3

    3:48:11 sir instead of
    for(i+19;i

  • @reetupanchal1723
    @reetupanchal1723 День тому

    Thanks sir for making this so. Helpful vedio

  • @sktitech03
    @sktitech03 Рік тому +7

    Outstanding classes sir

  • @rhitam_biswas
    @rhitam_biswas 8 місяців тому +5

    Maza aa gaya
    Very nice lecture ❤
    Basics all cleared 🙌❤️

  • @Kaushendra-y2u
    @Kaushendra-y2u 13 днів тому +1

    maza aa gya sir, thank you so much...❣

  • @GaneshMamidi-rn1zf
    @GaneshMamidi-rn1zf 4 місяці тому +5

    53:10 diff b/w pre increment & post increment

  • @Rajeev_Sanatani
    @Rajeev_Sanatani Рік тому +7

    Maza hi maza aata hai sir ke padane mein toh 😊😊😊

  • @vashishth1821
    @vashishth1821 Місяць тому

    Very nice explanation !!!
    Iwould recommend all students to watch especially recursion part of the video !!

  • @adnangaming173
    @adnangaming173 Рік тому +25

    Thank You for giving us all the resources for free.😇

  • @pappupassportcomedy8352
    @pappupassportcomedy8352 6 місяців тому +5

    Mza aa gya... Thank you sir 🙏🏻😊

  • @aniketbhati1470
    @aniketbhati1470 11 днів тому

    4:57:11 sir we can print last digit simply by strong lastdigit also, ex- 12344, like ld= N%10 = 4 , n/=10 store all values in ld then print ld

  • @mohitk1124
    @mohitk1124 11 місяців тому +7

    thank-you so much Sir it will really help me alot in the future.

  • @l_movere
    @l_movere Рік тому +5

    sir plz provide with repl link so we can fork it and hence it becomes easy for learning (switching through youtube and replit)

  • @Kirtiraj_Deshmukh
    @Kirtiraj_Deshmukh 2 місяці тому +1

    I think that at 2:45:06, the code is slightly incorrect. There can be a cases where two of the numbers (a and b) are equal but the highest one is not c, the program would still give output as c. for e.g a=4 b=4 c=2

  • @dhirajyadav6409
    @dhirajyadav6409 4 місяці тому +5

    i complete c programming from this teacher and now i started C++ because of you sir

  • @rajgour3216
    @rajgour3216 8 місяців тому +5

    5:22:22 Homework question's answer..... Print i in place of j in the previous program, we will get this pattern.

    • @NaveenKumar-m1p3z
      @NaveenKumar-m1p3z 6 місяців тому +1

      Thanks a lot I was breaking my head thinking what could be the change

  • @Duozzzz
    @Duozzzz Місяць тому

    7:25:23 because from main we pass the copy of argument to the function definition and there is also the scope of variable.....and more over in case of reference we pass or we can say we do call by reference in this we passes address of that particular variable ...... and address linked everywhere with in the main() or outside it like in other function because it changes the values by address ...remember if there is change in any value by using its address then it completely got changed !!!!!!!

  • @Messi_1208
    @Messi_1208 Рік тому +863

    Sir plz C++ OOPS one shot also🙏🏼

    • @Salim_ansari02
      @Salim_ansari02 Рік тому +18

      Please sir🙏

    • @resolver246
      @resolver246 Рік тому +38

      Bhai mene 12th mein bio Li thi mein coding start kar raha hun start kaise karun 😢

    • @ashishmishra3383
      @ashishmishra3383 Рік тому

      ​@@resolver246bhai usse kuch fark nahi padega agar tumhe start karna hai toh Raghav sir ki C ki playlist hai sabse pehle usse dekho ekdum mast hai.

    • @kamereselamhe
      @kamereselamhe Рік тому

      ​@@resolver246start with c . Concept building krro

    • @oreokapoor577
      @oreokapoor577 Рік тому +8

      ​@@resolver246bro same I have economics I also want to learn coding but from where to start I also not able to figure out.but I will python krlo then dabakr DSA kro

  • @lxshay6294
    @lxshay6294 Рік тому +5

    kindly made a video on c++ oops , vector, Dynamic memory etc.... plz

  • @me_4yu5h
    @me_4yu5h 2 місяці тому +8

    00:03 The video covers a complete tutorial of C++ programming
    04:11 Complete C++ Tutorial in One Shot 2023, covering beginners to advanced concepts.
    12:44 Introduction to C++ programming language.
    16:58 Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming
    24:56 Basics of C++ programming
    28:56 The video provides a comprehensive tutorial on C++ programming from beginner to advance level.
    36:40 The video covers a complete tutorial of C++ programming from beginner to advance.
    40:22 Complete C++ Tutorial in One Shot 2023
    48:41 This tutorial covers the basics of C++ programming from beginner to advance.
    52:30 Introduction to C++ Programming
    59:33 Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming
    1:04:53 This video covers a complete tutorial for C++ programming from beginner to advanced level.
    1:12:45 A comprehensive tutorial on C++ programming from beginner to advanced level.
    1:16:24 The video covers a complete C++ tutorial from beginner to advanced level.
    1:25:39 Topics covered: C++ basics and advanced concepts
    1:29:44 Complete C++ Tutorial in One Shot 2023
    1:38:09 Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming
    1:42:04 The video covers a complete C++ tutorial from beginner to advanced
    1:51:45 Complete C++ tutorial covering beginner to advanced concepts
    1:56:06 C++ is a powerful programming language for beginners to advance their skills.
    2:03:18 Complete C++ Tutorial covering beginner to advance concepts
    2:06:40 The video covers the basics of C++ programming in a concise manner.
    2:15:04 This video provides a comprehensive tutorial on C++ programming.
    2:18:45 C++ Tutorial covering beginner to advanced topics in one video.
    2:27:13 C++ Tutorial covers the basics of C++ programming
    2:31:20 Complete C++ Tutorial in One Shot covers all aspects of C++ programming for beginners to advance level.
    2:40:47 The video covers a complete C++ tutorial from beginner to advanced level
    2:45:56 This video is a complete C++ tutorial covering beginner to advance topics.
    2:56:23 This part covers the topic of variable declaration and initialization in C++.
    3:00:25 The video is a complete C++ tutorial covering beginner to advanced topics.
    3:09:22 Complete C++ Tutorial for beginners to advanced
    3:13:46 This part of the video covers concepts in C++ programming related to 11891.94 and 11894.42.
    3:23:09 C++ Tutorial in One Shot
    3:27:07 The video covers a complete C++ tutorial in one shot.
    3:35:19 This video is a comprehensive tutorial on C++ programming from beginner to advanced level.
    3:39:18 This subpart focuses on the basics of C++ programming.
    3:48:15 The video covers a complete C++ tutorial from beginner to advance
    3:51:57 Complete C++ tutorial covering beginner to advanced concepts
    3:59:54 This tutorial provides a comprehensive overview of C++ programming
    4:04:16 The 14915th subpart of the video covers
    4:13:27 Complete C++ Tutorial in One Shot 2023
    4:17:32 This subpart discusses the C++ syntax and basic concepts.
    4:27:28 Learn C++ programming from beginner to advanced level.
    4:32:00 C++ basics and advanced concepts covered in one tutorial
    4:43:30 Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming
    4:48:53 This tutorial provides a complete overview of C++ programming for beginners to advance.
    5:00:48 Complete C++ programming tutorial covering beginner to advanced concepts.
    5:06:26 Complete C++ Tutorial in One Shot 2023 that covers beginner to advanced topics
    5:14:03 This part of the tutorial covers the basics of C++ programming.
    5:17:28 Learn the basics of C++ programming in a single tutorial
    5:25:02 A complete C++ tutorial covering beginner to advanced topics
    5:28:31 Complete C++ Tutorial in One Shot covers both beginner and advanced aspects of C++ programming.
    5:36:55 Introduction to C++ Programming
    5:41:10 C++ Tutorial in One Shot 2023
    5:49:55 The video covers a complete tutorial of C++ programming from beginner to advanced level.
    5:54:12 The video is a complete C++ tutorial covering beginner to advanced topics in a single session.
    6:03:30 The video covers a complete C++ tutorial in one shot for beginners to advance level.
    6:07:22 Complete C++ Tutorial covering beginner to advanced topics
    6:15:30 In this video, a complete C++ tutorial is presented from beginner to advanced level.
    6:19:37 Tutorial covers the basics to advanced concepts of C++ programming
    6:28:07 Complete C++ Tutorial covering beginner to advanced concepts
    6:32:08 Complete C++ Tutorial in One Shot 2023
    6:41:55 Introduction to C++ programming language
    6:45:33 The topic discussed is 24600.48.
    6:54:48 Learn complete C++ programming from beginner to advanced level in a single shot.
    6:59:04 Introduction to C++ Programming
    7:08:41 This part of the video focuses on output in C++.
    7:12:48 Complete C++ Tutorial in One Shot 2023
    7:22:30 This video tutorial provides a complete overview of C++ programming
    7:26:26 Complete C++ Tutorial in One Shot 2023
    7:34:53 Complete C++ tutorial covering basics to advanced concepts in a single video.
    7:38:36 Complete C++ Tutorial covering Beginner to Advance level with Basics Of C++ Programming.
    7:46:50 Complete C++ Tutorial covering beginner to advance concepts
    7:51:35 The topic discussed is 28523.34
    8:00:30 Complete C++ tutorial covering basics to advance concepts
    8:04:50 A comprehensive C++ tutorial covering beginner to advance topics in one video
    8:12:43 The topic discussed is 29824.14
    8:17:11 Complete C++ Tutorial in One Shot 2023
    8:25:22 Basics of C++ Programming
    8:30:38 Complete C++ tutorial covering all concepts from beginner to advance.
    8:39:33 Complete C++ Tutorial in One Shot 2023
    8:44:02 This video is a complete tutorial on C++ programming from beginner to advanced level.
    8:55:50 This video provides a complete tutorial on C++ programming covering beginner to advanced concepts.
    8:59:39 Learn the basics of C++ programming in a comprehensive one-shot tutorial.
    9:08:37 Complete C++ Tutorial covering basics to advanced concepts.
    9:12:50 Complete C++ Tutorial covering beginner to advanced concepts
    9:21:30 Complete C++ Tutorial in One Shot 2023 | Beginner To Advance | Basics Of C++ Programming
    9:27:11 This video is a comprehensive C++ tutorial covering the basics to advanced concepts.
    9:36:15 This part of the video discusses output stream in C++.
    9:41:00 The video covers a complete tutorial of C++ programming in a single shot.
    9:49:19 This video is a complete C++ tutorial covering beginner to advanced topics.
    9:54:46 This tutorial covers the basics to advance concepts of C++ programming
    10:05:38 Complete C++ tutorial covering basics to advanced concepts.
    10:11:32 The C++ tutorial covers the basics and advanced concepts of C++ programming.
    10:20:51 This part of the video covers the topic from 37 minutes 49.32 seconds to 37 minutes 50.72 seconds.
    10:25:03 This video provides a complete tutorial on C++ programming from beginner to advanced level.
    10:35:11 The video provides a complete tutorial on C++ programming from beginner to advance level.
    10:40:55 Complete C++ Tutorial in One Shot 2023
    10:50:28 Complete C++ tutorial covering beginner to advanced concepts
    10:56:20 Complete C++ Tutorial in One Shot 2023
    11:04:01 Complete C++ Tutorial in One Shot 2023
    11:08:05 Complete C++ Tutorial in One Shot 2023
    11:15:26 The video provides a complete C++ tutorial from beginner to advanced level.
    11:20:07 The video provides a complete tutorial on C++ programming from beginner to advanced level.
    11:28:41 This part of the video covers a specific time period
    11:33:20 The video provides a complete C++ tutorial for beginners to advance level
    11:41:24 Complete C++ tutorial in one shot covering beginner to advance topics in C++ programming.
    Crafted by Merlin AI.

  • @nawab.com22
    @nawab.com22 Рік тому +30

    Just like you taught C language, please make separate topic wise playlists for C++ language also. I beg you 🙏😭 But whatever you taught is amazing

  • @DeepakVishvakarma-lk1nv
    @DeepakVishvakarma-lk1nv 4 місяці тому +1

    MAZA AA GAYA ❤❤Sir thank you very much for this lovely class🙏🙏

  • @itsmesuraj20
    @itsmesuraj20 Рік тому +53

    Sir please make video on resume building from start to advance please its a humble request 😭😭😭😭😭😭😭😭😭😭😭😭😭

  • @abhijeetdubey9294
    @abhijeetdubey9294 Рік тому +5

    sir OOPs and LINKLIST ke uper video bana dijiye please❤❤❤❤❤

  • @anshumankumar874
    @anshumankumar874 6 місяців тому +6

    9:54:31 the question is to print the squares of numbers till n. like if the number n is 5 then the array should contain squares of numbers till 5 in a array!. please correct me if i'm wrong ☺

  • @FatimaAnjum-x2c
    @FatimaAnjum-x2c 8 днів тому +2

    Sir can we get a video like that on machine learning plzz

  • @AlishbaAzmat-o4r
    @AlishbaAzmat-o4r 3 місяці тому +3

    Thank you, you teach very good methods.I am from pakistan

  • @PCCOERCoder
    @PCCOERCoder Рік тому +7

    I found this video to be very helpful and informative. It helped me understand everything well.

  • @ManojPatil-tn8el
    @ManojPatil-tn8el Рік тому +9

    completed whole video in 3 days it was very good

  • @mike-cy8uu
    @mike-cy8uu Рік тому +20

    Bhaiya please gen 20-30 hours of complete c++ DSA in one shot , you are just amazing :) we want you to teach out DSA too please

    • @lalitpanchole2532
      @lalitpanchole2532 Рік тому +1

      Haa yrr DSA in c++ language

    • @aaqibahmed4572
      @aaqibahmed4572 9 місяців тому

      yaR aik aur playlist hai c++ with dsa jis me mam padharhi hein . tw ye wali playlist se learn krna shi ahi ya dusri wali jis me mam ne padhay ahi jo with dsa ahi c++?

  • @kanungorasmikanta
    @kanungorasmikanta Місяць тому

    Thanks so much sir apki a video ham students ko bahut help karta hai...❤❤

  • @pritamdatta8487
    @pritamdatta8487 Рік тому +7

    I am a math hons student. I dont know anything about c++ or anything else..... But after watching this video I know everything about C++ very well.. Thank you Sir.... From West Bengal 🙏🙏🙏❤️

  • @KomalRafiqKomal
    @KomalRafiqKomal 7 місяців тому +8

    Sir u are a genius..I am your big fan in programming 😊..
    جزاک اللہ 🥀

    • @Ayaan7.1.1.7
      @Ayaan7.1.1.7 7 місяців тому +1

      Brother.. Can we make a game..just by learning c++ from this video?

  • @Taimurofficiall
    @Taimurofficiall 3 місяці тому

    Very nicely explained Thank you Sir ❤️✨✨

  • @shreekantnidasheshi8185
    @shreekantnidasheshi8185 Рік тому +11

    Sir , DSA and algorithms one short before engineers day❤❤❤❤

  • @RiyaSingh-kl2yv
    @RiyaSingh-kl2yv Рік тому +4

    Bestest video i ever seen❤

  • @AmanWebDev
    @AmanWebDev Місяць тому +1

    Thank you sir for your Effort..Aaj toh mja hi aa gya..🙏🙏

  • @ffgaming25684
    @ffgaming25684 2 місяці тому +3

    7:55:46 recursion

  • @EXTRAORDINARY-eo2dt
    @EXTRAORDINARY-eo2dt Рік тому +16

    Sir I am currently in 9th Grade I am Interested to design 3D games That's Why I came here to learn Thank You So much for the Video

    • @ITPawanKasaudhan
      @ITPawanKasaudhan Рік тому +9

      Are Bhai kyon demotivate kar rha

    • @legendarygamerx5059
      @legendarygamerx5059 Рік тому +2

      ​@@ITPawanKasaudhan💀💀 Bhai kya hua tu college me hai right?mai bhi😂😂

    • @ITPawanKasaudhan
      @ITPawanKasaudhan Рік тому +1

      @@legendarygamerx5059 haa bhai abhi second year me gya hu wo bhi private clg 🥲

    • @legendarygamerx5059
      @legendarygamerx5059 Рік тому

      @@ITPawanKasaudhan mai bhi private wo bhi tier 3(Lnct Bhopal)+75%must attendance, fresher hun 1st year Start hoga 10days baad,any tips and suggestions?

    • @legendarygamerx5059
      @legendarygamerx5059 Рік тому

      @@ITPawanKasaudhan and mistakes jo aap batana chahe jo aapne ki aur mai na karu first year me:

  • @dibbodas4116
    @dibbodas4116 Рік тому +5

    maza aa gaya 💖💖

  • @Kunal.....................
    @Kunal..................... 6 місяців тому +5

    2:15:11 - day 01

  • @hawkaditya876
    @hawkaditya876 26 днів тому

    1:29:49 use x/2.0 in place of x/2 give correct value without use another variable

  • @shayanking-ud6wn
    @shayanking-ud6wn 6 місяців тому +5

    Why our professors can't teach like you🤡.... You are great Sir🙌🏻

  • @HaryanvistatusSachin
    @HaryanvistatusSachin Рік тому +16

    Really appreciatable ❤❤❤
    I have learn much more from first hour of this video then my college teacher classes who can't taught me that in 50 hours of lectures 😅

  • @dhairyathakur4131
    @dhairyathakur4131 3 дні тому

    sir you are the best teacher, i have ever seen in my life. Sir you are amazing😍😍😍😍

  • @abhishekshakya7750
    @abhishekshakya7750 14 днів тому +3

    Maza aa gaya sir