DATA STRUCTURES - How to work with arrays? (C# for beginners) - Arrays explained in 40 minutes!

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 70

  • @CodeBeauty
    @CodeBeauty  3 месяца назад +2

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.

  • @SSLowRL
    @SSLowRL 3 месяца назад +14

    I love your arrays

  • @ikasugami8066
    @ikasugami8066 3 месяца назад +1

    Great video!
    Just want to add a supplemental note: when looping through an array, using a 'for' loop as shown in this video is how to do it if you need to modify values of the elements. You can also use a 'foreach' loop, which is nice for reading element values...but if you try to modify a value it isn't actually modifying that element of the array, because the item inside the loop is actually a different object.
    For example:
    foreach (var thing in myArray){
    thing = 5;
    }
    The values of the elements in the array will not be changed to 5 because 'thing' is a new object separate from the array itself.

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      Thanks for adding that note. You’re right-using a foreach loop is great for reading values, but if you want to modify them, a for loop is the way to go.
      But keep in mind that is not the case for non-primitive types (like objects). You can change the object's properties inside a foreach loop, but reassigning thing itself won’t affect the original array. Thanks again for pointing this out!

  • @mehrdad1700
    @mehrdad1700 3 месяца назад +1

    my beautiful teacher in the whole world

  • @ChrisCarlos64
    @ChrisCarlos64 3 месяца назад +2

    Great job, keep up the good work! :D

  • @AbroadStudent-c2u
    @AbroadStudent-c2u 3 месяца назад +1

    for those who are worried about programming, saldina will take care of everything. KEEP GOING!

    • @CodeBeauty
      @CodeBeauty  Месяц назад +2

      no need to worry, just keep learning, i am here to help you :)

    • @AbroadStudent-c2u
      @AbroadStudent-c2u Месяц назад +1

      @@CodeBeauty love you sal💕

  • @naboulsikhalid7763
    @naboulsikhalid7763 Месяц назад

    very elaborated case study project. thank you

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      check www.codebeautyacademy.com, if you like in details explanation there you can find my Practical Programming Course in which I invested a lot of my time to make it as detailed as possible :)

  • @dyinglights7405
    @dyinglights7405 3 месяца назад +2

    thank you so much please dive into delegate,event and eventlisteners❤

    • @CodeBeauty
      @CodeBeauty  Месяц назад +2

      check the channel, I've recently published video about events :)

  • @venkateshanap3271
    @venkateshanap3271 2 месяца назад +1

    waiting for the next array topic video!

  • @soumyadipmajumder3450
    @soumyadipmajumder3450 3 месяца назад +2

    Release a full DSA C# and C++ course

  • @MotiAbe-1
    @MotiAbe-1 3 месяца назад +1

    Please could you do DSA full course by using c and c++ for cp...

  • @karimamia5971
    @karimamia5971 3 месяца назад +2

    We need data structures and algorithm courses please 🙏 😢

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      I have it in mind, currently I'm putting all my energy in practical programming course so you might want to check that in the meantime :)

  • @iamvickey_7
    @iamvickey_7 3 месяца назад +1

    please create a digital marketing course 💗👍🏻

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      That's not really my niche, but I can teach you programming, which is even better :D

  • @JohnWickXD
    @JohnWickXD 3 месяца назад

    Thank you so much❤✨

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      thank you baba yaga :D :D

  • @mehrdad1700
    @mehrdad1700 3 месяца назад +1

  • @Rishi-xj2iy
    @Rishi-xj2iy 3 месяца назад +1

    I didn't expected that any programmer girl can be this much beautiful and gorgeous ❤

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      I'm here to break stereotypes :D

  • @broadbandmax
    @broadbandmax 3 месяца назад +1

    Can you add var and stddev calc :)

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      hmm..im not sure what do you mean by that? Pease clarify :)

    • @broadbandmax
      @broadbandmax Месяц назад +1

      @@CodeBeauty Add variance and standard deviation to the calculation.

  • @ТимаКама
    @ТимаКама 3 месяца назад

    GOOOD

  • @Farzadx-65
    @Farzadx-65 3 месяца назад +1

  • @scottnixon8432
    @scottnixon8432 3 месяца назад

    I watch your channel because of your beauty.

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      Well, thank you, but I’d love it if you could also learn something from my videos. Programming is a great job today, and anyone can become a programmer with a little dedication and willingness to learn! :)

  • @mohammedrezk8072
    @mohammedrezk8072 3 месяца назад +2

    Hotty Arrays

    • @CodeBeauty
      @CodeBeauty  Месяц назад +2

      is that some special kind of arrays?

    • @mohammedrezk8072
      @mohammedrezk8072 Месяц назад +1

      ​@@CodeBeauty Yup, that's only double index array 😊

  • @cric.cricket9693
    @cric.cricket9693 3 месяца назад +2

    mam I need c++ in pratical programming course but it to much cost I am a student

    • @MerrowGula
      @MerrowGula 3 месяца назад +1

      learn to code, start earning already!

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      for now I can only offer you C# practical programming course, and make sure to use discount code from the description to save some money :)

  • @larrya3989
    @larrya3989 3 месяца назад +1

    ❤❤❤❤

  • @davidspanton
    @davidspanton 3 месяца назад

    Code Beauty? Are you saying that code or yourself is beautiful?

  • @xLevianeer
    @xLevianeer 3 месяца назад +5

    TILF🤤

    • @xerlapis
      @xerlapis 3 месяца назад +1

      Resources? Sorry my English is bad but translation say 'resources' 😅

    • @ChrisCarlos64
      @ChrisCarlos64 3 месяца назад

      ​@@xerlapis Sadly, that comment doesn't translate to "Resources" but something inappropriate.

    • @xerlapis
      @xerlapis 3 месяца назад

      @@ChrisCarlos64 i see, what is it my friend?

    • @beefchampion2792
      @beefchampion2792 3 месяца назад +2

      @@xerlapis I think it is the same as MILF, but T probably stands for "teacher" 😅

    • @xerlapis
      @xerlapis 3 месяца назад +2

      @@beefchampion2792 ah, okay. This guy is something else

  • @benspencer1163
    @benspencer1163 3 месяца назад +5

    please stop putting your photos on your tutorial videos so I will no longer be tempted to ask you out

    • @FauziyaSuleimanzumo
      @FauziyaSuleimanzumo 3 месяца назад +1

      Focus!!! If you can't then you are not ready for prg

    • @arnonroyna4420
      @arnonroyna4420 2 месяца назад +1

      Just ask. Hear her say, "No."
      And, get back to your studies. LoL

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      hahah you guys just made me laugh :D

  • @Msfasolin
    @Msfasolin 3 месяца назад +1

    🤟🥰

  • @awaismushtaq5719
    @awaismushtaq5719 3 месяца назад

    By looking at you, one can tell you surely WORK OUT 😂

    • @nikhilsathe5956
      @nikhilsathe5956 3 месяца назад +1

      Hold your horses sir.

    • @awaismushtaq5719
      @awaismushtaq5719 3 месяца назад

      @@nikhilsathe5956 LOL 😂😂! Can you blame me honestly?

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      gym and coding are among my favorite activities in life :D

  • @JakubSK
    @JakubSK 3 месяца назад

    Explain arrays to me over a candlelit dinner.

    • @CodeBeauty
      @CodeBeauty  Месяц назад +1

      thank you baba yaga :D :D

  • @wilgarcia1
    @wilgarcia1 3 месяца назад

    💙💙😻😻💙💙😻😻💙💙

  • @ObrtASCENTvl.ZlatanOmerovic
    @ObrtASCENTvl.ZlatanOmerovic 8 дней назад

    damn, this was tense

  • @adilirshad9622
    @adilirshad9622 3 месяца назад

    Urdu me samjhain

    • @CodeBeauty
      @CodeBeauty  Месяц назад

      translate please :D

    • @Bhavishya_est
      @Bhavishya_est Месяц назад

      @@CodeBeauty he is asking to translate in Urdu

  • @nilshult6401
    @nilshult6401 3 месяца назад

    mmmmm

  • @johnsmiths3934
    @johnsmiths3934 3 месяца назад