C++ Pointers and References FULL Guide

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

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

  • @wesleygilbert6422
    @wesleygilbert6422 2 года назад +4

    This definitely filled the gap in my brain with understanding pointers and references, thanks for your thorough explanation! Will be sure to share this with people that are struggling with this as well

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

      Thanks! When I was learning these concepts I remember guessing * and & until the program compiled and worked 😅. Once I learn how exactly it works behind the scenes, it became second nature. Glad this video helped and thanks for sharing!

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

    I wish RUclips had option of liking content multiple times similar to claps on medium, This nearly hour long video must have taken you a lot of effort
    Thank you so much for sharing this💙

    • @VelcodeCS
      @VelcodeCS  Год назад +1

      No problem! Glad you found it useful!

  • @jin6086
    @jin6086 Год назад +1

    Your content is amazing, keep up the good work!

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

    Thank you very much... I watched all of it. I understand pointers and references now. Love from Zimbabwe 🙂🙂 ❤

    • @VelcodeCS
      @VelcodeCS  2 года назад +1

      Hello to Zimbabwe!

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

    Love you Brother from India

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

    Thank you for taking the time to make these videos. Please continue. You make a big difference in my learning , Thank you again.

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

    THANK YOU DUDE!!!🙏

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

    man, you are the best.

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

    it is great, just great video😃

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

    This was really helpful my friend, keep it up

  • @jexyl8071
    @jexyl8071 2 года назад +1

    Goddamn man idk why no one else was able to emphasize the difference between swapping values vs swapping addresses. Copies! Having the same value in multiple addresses, yes - I can see that being problematic and inefficient once you scale up. Jesus! Thank you for this video

    • @VelcodeCS
      @VelcodeCS  2 года назад +1

      Yeah, once that clicked in my brain. I was like, why does no one teach it like that?! Well, at least, no one I know. Glad it helped!

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

    37:39, is that code correct? int assigned to x pointer to int?

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

      Yes, it's correct, both x and y are integer pointers. The * dictates that it's a pointer and it also is used to read/write to the location it's pointing to. Hence, x is a pointer variable and the value 5 is assigned to where x points to.

  • @EstebanMartinez-pm2zc
    @EstebanMartinez-pm2zc 2 года назад +1

    That thumbnail!!! 😅😂

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

    how much are u into cryptocurrency As a programmer?

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

      I myself have not been involved with crypto at all. I'm interested in how the block chain works, but not so much into the currencies themselves.

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

    Hi, could you please give me any of your social media accounts, also I really liked your C++ videos they are amazing bro