Call By Reference - C++ Tutorial For Beginners #13

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 39

  • @davidkim617
    @davidkim617 2 роки тому +3

    Wow I was so confused about this Call By Reference concept when I was dealing with C++, now I completely figured it out I guess. Thank you so much!

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

    I got what you’re saying from the first minute! I watched a couple of videos and it just didn’t click.. but it finally did! Thanks to you. ❤

  • @vkvishalk
    @vkvishalk 4 роки тому

    BRO PLZ NEVER STOP MAKING VIDEOS

  • @thebarnowlsmusic
    @thebarnowlsmusic 2 роки тому

    I finally understand the rationale behind param references. thanks.

  • @sinaghezeljeh2227
    @sinaghezeljeh2227 4 роки тому +1

    you are reason i start learning c++. don't give up
    and today i get some questions in my mind like:
    how to include libraries like graphic.h ....
    how to change mode from debug to release to compile actual fast program
    is this thing possible in VSCode ? or i need some thing else like codelite (i use manjaro so i can not use Microsoft Visual Studio)
    this question could be future video subject for you

  • @theruqq3053
    @theruqq3053 4 роки тому +7

    I've been learning Python for about a few months, but still can't write my own program. By the way :( I love watching your training videos. :) from Turkey

    • @NeuralNine
      @NeuralNine  4 роки тому +10

      Learning Python by watching videos is not enough. Set a goal. Choose a simple project and then try to implement it. Whenever you don't know what you should do next GOOGLE! That is what every programmer (no matter how good) does.

    • @theruqq3053
      @theruqq3053 4 роки тому +2

      ​@@NeuralNine Thank you very much for this advice. I will apply what you say. :)

  • @eazystudio
    @eazystudio 4 роки тому +1

    Awsome thanks for the video

  • @luislima7212
    @luislima7212 3 роки тому +1

    Will you make videos about OOP and data structures in C++?

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

    That was awesome👌👏

  • @tips1483
    @tips1483 4 роки тому +3

    Can you soon make a video on libraries in C++ (If thats a thing)

  • @sefkannnn2085
    @sefkannnn2085 11 місяців тому

    Thanks very much, that's helpful.

  • @riaank.4585
    @riaank.4585 Рік тому

    Good explanation, thank you! Do you also have a video on call by const reference?

  • @joaquins.a.2830
    @joaquins.a.2830 4 роки тому

    Thank you Florian

  • @sammmm2767
    @sammmm2767 3 роки тому

    Thanks dude, ❤️ , keep the good work 😁

  • @shivams6316
    @shivams6316 4 роки тому +2

    Sir Please Make a Tutorial on python Subprocess module...

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

    why do you want an alias? Is it just to make troubleshooting the code that much harder?

  • @Dubov1933
    @Dubov1933 2 роки тому

    understood this in 5 min while my cs instructor made in overcomplicated lmao

  • @GS_progamer
    @GS_progamer 4 роки тому

    Hello! I'm a fan of yours, I can't change the pycharm interper. Could you maybe make some videos on how to use pycharm?

  • @alikellaway3901
    @alikellaway3901 3 роки тому

    Cool video thank you

  • @adinamei933
    @adinamei933 3 роки тому

    Cool thanks

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

    👍

  • @lepureur4657
    @lepureur4657 4 роки тому

    Isnt it like pointers ?

  • @juanjocg1870
    @juanjocg1870 4 роки тому +1

    Nice video ;)

  • @LamsyTech
    @LamsyTech 4 роки тому

    Nice video

  • @MananGandhi
    @MananGandhi 4 роки тому

    sir which editor have u used to make your intro?

    • @NeuralNine
      @NeuralNine  4 роки тому +2

      Panzoid

    • @MananGandhi
      @MananGandhi 4 роки тому

      @@NeuralNine ok thanks

    • @sethadkins546
      @sethadkins546 4 роки тому

      @@NeuralNine Oh yeah what music do you use for the intro?

  • @guitarplayer1495
    @guitarplayer1495 4 роки тому

    Could you perhaps make a python video that interacts with a bitcoin API to show the price of bitcoin?

    • @tips1483
      @tips1483 4 роки тому

      Just make a request to this page:
      www.coindesk.com/price/bitcoin
      and using bs4 search for a certain element
      This code works for me
      from bs4 import BeautifulSoup
      import requests
      url = 'www.coindesk.com/price/bitcoin'
      response = requests.get(url)
      soup = BeautifulSoup(response.content, features="html5lib")
      output = str(soup.find("div", {"class": "price-large"})).split("")[1].split("")[0].replace(",", "")

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

    good

  • @lemmyz1
    @lemmyz1 2 роки тому

    I would expect that given &x, x++ would increment the address of x...

  • @user-aiganymka
    @user-aiganymka Рік тому

    👏🏼👏🏼👏🏼

  • @paradoxical_101
    @paradoxical_101 4 роки тому +2

    FIRST

  • @muhammadridwaan8856
    @muhammadridwaan8856 2 роки тому

    I still don't get why this difference exists or how it's supposed to be used.

  • @anuradhalakruwan1918
    @anuradhalakruwan1918 4 роки тому +1

    Python program for "ip address" and "mac address change video..... 🕵️‍♂️🕵️‍♂️🕵️‍♂️🕵️‍♂️