Working with References in C++

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

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

  • @unrealdevop
    @unrealdevop 2 года назад +2

    I searched all over for a good explanation of references and pointers and nobody came close to explaining them as clearly as you do. Thanks for the video.

  • @ddimwhite4638
    @ddimwhite4638 4 года назад +6

    Восхитительно! Талантливый человек.

  • @thelanavishnuorchestra
    @thelanavishnuorchestra Год назад

    Haven't written in C or C++ in 30 years, and suddenly I found something I wanted to do that required C++. So, your lighthearted and straightforward tutorials are a godsend.

  • @ShayanShahmohammadi-l3s
    @ShayanShahmohammadi-l3s Месяц назад

    This video was great as the theoretical video about references was.
    Hope bests for you❤

  • @neon3108
    @neon3108 6 дней назад

    Great video man

  • @severgun
    @severgun 4 года назад +1

    I think you should mention that pass by value will not only consume memory, but also copy operation can be time consuming.
    Yes this is premature optimisation. But nothing wrong with mentioning that creating new variable/object and copying data not always cheap operation.

    • @RootsThatRuin
      @RootsThatRuin 3 года назад

      He goes over that in the video preceding this one. He does a really good conceptual overview of references in that video, and this video is kind of just a hands-on implementation video.

  • @skypuff
    @skypuff 4 года назад +3

    Informative if I do say so myself🔥🔥🔥

  • @keithrunyon7746
    @keithrunyon7746 2 года назад

    What is the graphics libary you are using in the advertisement?

  • @higiniofuentes2551
    @higiniofuentes2551 Год назад

    Thank you for this very useful video!

  • @higiniofuentes2551
    @higiniofuentes2551 Год назад

    The variable name data is the same outside of the function and inside of the function, is a bit confusing because I thought it could be different?

  • @yourFavComment
    @yourFavComment 3 года назад

    dude thank you so much!

  • @skypuff
    @skypuff 4 года назад

    This is a wonderful and insightful video

  • @DanielLevinedigitalpixel
    @DanielLevinedigitalpixel 2 года назад

    Hey Caleb. Great Video. Question. Why does passing a function parameter by reference give a different answer to passing it by value. What is the reasoning here? Thanks in advance

    • @haroonstar2195
      @haroonstar2195 Год назад

      It is because when passing a value of the function work, we copy the value of a to x and then increment x. Since we copied a to x and only x was incremented, this means the value of a is the same since it was not put through the function at all.
      When we set x as a reference instead, it means a and x share a value instead. So now x is being incremented by the function work, which also affects a now since they are referring to one another. That's why the value was different when he used the reference.

  • @arihanttonage7436
    @arihanttonage7436 4 года назад

    Why did it not work if the argument was a vector(not reference) and when the value was passed?

    • @arihanttonage7436
      @arihanttonage7436 4 года назад

      @Peterolen oh,right.
      So it had to be done using pass by reference

  • @polisheikh1739
    @polisheikh1739 4 года назад

    Please give me advice..Give a oracal pdf book....Link plz give me. .

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

    finally clicked for me. thank you

  • @Memes_uploader
    @Memes_uploader 3 года назад

    Thanks bro

  • @EricSchmidutz
    @EricSchmidutz 10 месяцев назад +1

    Definitely Coke

  • @pierfrancescopeperoni
    @pierfrancescopeperoni 3 года назад

    4:35 You trolled us.

  • @JustThink2000
    @JustThink2000 6 месяцев назад

    Makes a lot of sense but still confusing

  • @Someone-kw6mw
    @Someone-kw6mw 4 года назад +7

    How to make a game using C++

    • @lexuthelexer1212
      @lexuthelexer1212 4 года назад

      Great question, did you find anything about it?

    • @lexuthelexer1212
      @lexuthelexer1212 4 года назад

      @Artem Katerynych Thanks for the information, i tried to install SFML once but the problem is, i dont know how to install third-party libraries. Can you please explain how i install them?

    • @lexuthelexer1212
      @lexuthelexer1212 4 года назад

      @Artem Katerynych Visual Studio Code

    • @lexuthelexer1212
      @lexuthelexer1212 4 года назад

      @Artem Katerynych i tried VS 2019 before i got to VS Code. I just like VS Code better

  • @Krypt708
    @Krypt708 4 года назад +1

    monster???

  • @Sky-nm3df
    @Sky-nm3df 4 года назад

    c++ is really back XD

    • @Sky-nm3df
      @Sky-nm3df 4 года назад

      for that time, by this time its no longer c++ lol XD

  • @turdle69420
    @turdle69420 3 года назад

    const ref

  • @anikapsarah8075
    @anikapsarah8075 4 года назад +3

    Extremely knowledgeable and genuinely cares about the success of his . Over all my sessions with Sir Scott Wilson ,I’ve come to conclude he has the best win ratio of 95+ and his sincerity is something you won’t find anywhere. Great place to earn and be supported by successful seasoned traders.

  • @unodos1821
    @unodos1821 4 года назад +1

    The most basic, it does nothing.lol