C for loops 🔁

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 54

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +102

    #include
    int main()
    {
    // for loop = repeats a section of code a limited amount of times
    for(int i = 1; i

  • @RvstyClvtch
    @RvstyClvtch ปีที่แล้ว +105

    3hour studies, then 2 hours on internet. Then I went back to BroCode and understood everything in a single video.
    Incredible

    • @geovani60624
      @geovani60624 9 หลายเดือนก่อน +3

      glad I'm not the only one who spent one morning trying to understand it

    • @38735736576574687466
      @38735736576574687466 5 หลายเดือนก่อน

      Literally felt the same way, couldn't get my head around it, this video shows me everything I needed

  • @wjjohns04able
    @wjjohns04able 4 หลายเดือนก่อน +16

    Defining “index” at :46 was crucial. In a lot of videos it almost seems like it’s the name of the integer and really didn’t make any sense until you said that. Major thanks.

  • @TonkaTitan
    @TonkaTitan ปีที่แล้ว +16

    Thanks, bro - I was struggling to get C working so I used this tutorial as a test, going to go through the projects cuss ur really chill. I accidentally did something wrong here towards the end, and my computer was counting infinitely upwards, finally, I killed it with ctrl C lol.
    It got up to 18,31,861! Computers sure do think fast haha!

    • @daliblue_
      @daliblue_ ปีที่แล้ว +1

      just happened to me too, it lagged so bad 🤣

  • @johnralphbone8092
    @johnralphbone8092 ปีที่แล้ว +34

    You're far much better than my prof

    • @Wowedits4U
      @Wowedits4U 7 หลายเดือนก่อน

      So true😂 because some prof don't care about students only care abt covering syllabus

    • @Cheesecake99YearsAgo
      @Cheesecake99YearsAgo 4 หลายเดือนก่อน +2

      Did you ask for refunds 😂

    • @gyoedcrespo6239
      @gyoedcrespo6239 4 หลายเดือนก่อน

      Let me guess you went to full sail 😂

  • @deleted-test
    @deleted-test ปีที่แล้ว +4

    youre a lifesaver on my coding journey. ty for the quick video.

  • @bucharestlostboi
    @bucharestlostboi 9 หลายเดือนก่อน +2

    C has been helping me a lot with learning basic programming logic. It is so simple yet so complete. I'm on my first semester of S.E. and am so happy I'm studying C. Thanks BroCode for this video. Cheers!

  • @delta-a17
    @delta-a17 ปีที่แล้ว +11

    Ah, I always assumed "i" stood for iterator but index makes more sense. Thanks for the info!

  • @davorfister
    @davorfister ปีที่แล้ว +1

    gg bro you just explained my whole 3 hour course this mourning that i couldnt understand

  • @user-Abdulla.
    @user-Abdulla. ปีที่แล้ว

    Great❤

  • @zrafn5087
    @zrafn5087 หลายเดือนก่อน

    Please teach me how to set up visual studio code like yours for c language

  • @nadirelserhid1590
    @nadirelserhid1590 2 ปีที่แล้ว +1

    You are a legent man

  • @marcm.official
    @marcm.official 10 หลายเดือนก่อน

    how about the --i pre increment

  • @officerops12
    @officerops12 3 หลายเดือนก่อน

    Bro thankyou so much i watched every video but i only understood yours thankyou so much.

  • @gachecem_yt
    @gachecem_yt ปีที่แล้ว

    You could you maybe teach us how to make a splash screen with cycles?

  • @lenabarlow
    @lenabarlow ปีที่แล้ว

    Why do we have 1 printed at the start each time? Does it print out before entering the cycle and why?

  • @ThisIsArty
    @ThisIsArty 4 หลายเดือนก่อน

    Thanks! i was struggling trying to figure out how to make it work and the theory book wasn't doing me any favors.

  • @user-am3.rvloger
    @user-am3.rvloger ปีที่แล้ว +1

    Thanks bro 🙏 💙

  • @ronianmaape5314
    @ronianmaape5314 4 หลายเดือนก่อน

    Do you happen to have a link to the website that you used?
    I'm a freshman in IT and I genuinely want to learn coding

    • @yashitabhoria8398
      @yashitabhoria8398 4 หลายเดือนก่อน

      i think he's using visual studio code...just go to the net and type download vs code and that should do the job ig

  • @anas_zimin
    @anas_zimin ปีที่แล้ว

    I'd like to ask smth. How do I run the code on vsc? I installed the C/C++ clang build but, it doesn't run. The output when run isn't working. Does it have smth to do with my laptop or no? I currently using a macbook btw.
    I appreciate it if you could see this comment. Tyia!

  • @dialuna8923
    @dialuna8923 ปีที่แล้ว

    Thank you!

  • @techkenya2
    @techkenya2 ปีที่แล้ว

    Which course did you study bro?

  • @nateLegakis
    @nateLegakis ปีที่แล้ว

    How can you create a list of directories with each directory path name feed as input in the form a comma delimited list

  • @HendrikScholten-db8vg
    @HendrikScholten-db8vg 3 หลายเดือนก่อน

    In my program, I am creating a function to use in my main function. In that function I am using a for loop and am trying to return the final value of ' i ' to the main function. However my return statement never works, what am I doing wrong?
    ex..
    int do_something(int units)
    {
    for(int i = 0; units >= 10; i++)
    {
    units = units - 10;
    }
    return i;
    }
    I am aware I am declaring the integer i in the scope of those parantheses only, but where do I put my return statement then?

  • @lemuelreyes8255
    @lemuelreyes8255 ปีที่แล้ว

    Bro You save my life ❤

  • @naveenkumar1853
    @naveenkumar1853 ปีที่แล้ว

  • @UtkarshKulkarni-v5o
    @UtkarshKulkarni-v5o ปีที่แล้ว

    Thanks Bro code!

  • @rafsun9137
    @rafsun9137 ปีที่แล้ว

    Thanks ❤

  • @AyshiChakrabarty-tv6dt
    @AyshiChakrabarty-tv6dt 3 หลายเดือนก่อน

    Best man...

  • @ShehneelKhan-p3x
    @ShehneelKhan-p3x ปีที่แล้ว

    Thanks

  • @provokator-provocateur7603
    @provokator-provocateur7603 3 ปีที่แล้ว +2

    Brutal kill for youtube algoritam

  • @NezarAhmed57
    @NezarAhmed57 ปีที่แล้ว

    thnx bro!

  • @_txt_7398
    @_txt_7398 2 ปีที่แล้ว

    👏

  • @rubenarmandofigueroafuentes
    @rubenarmandofigueroafuentes 2 ปีที่แล้ว

    hero

  • @iceisrllynice3152
    @iceisrllynice3152 9 หลายเดือนก่อน

    im doing cs50 rn and bro i was like what are those i*s for i tried understand it myself but bruh i couldnt understand it but n ow yea i get it

  • @asukubusukugaming
    @asukubusukugaming 7 หลายเดือนก่อน

    Arigato

  • @irwansyahMH
    @irwansyahMH 2 หลายเดือนก่อน

    thanksssssssssssssssssssssssssssssssssssssss

  • @charllesaclag6277
    @charllesaclag6277 ปีที่แล้ว

    chad

  • @ryanalnaser914
    @ryanalnaser914 2 ปีที่แล้ว +1

    whatever anything I do or did or anything

  • @heinrich1286
    @heinrich1286 ปีที่แล้ว

    i love pie

  • @apocalyps_7749
    @apocalyps_7749 ปีที่แล้ว +1

    hello does anyone know how to print the last value of a for loop

    • @freakish1732
      @freakish1732 ปีที่แล้ว +2

      If you want to add up to a value and get the total value then you can use this
      #include
      int main(){
      int n, s = 0;
      scanf("%d", &n);
      for( int i = 1; i

    • @jawad162
      @jawad162 ปีที่แล้ว

      @@freakish1732 100%

  • @tito-vy2kr
    @tito-vy2kr ปีที่แล้ว

    bang ni gua gabisa tugas bang

  • @willemidaho
    @willemidaho ปีที่แล้ว

    comment