Тёмный

What is the Difference Between Pass By Pointer and Pass By Pointer Reference (int * and int * &) C++ 

Paul Programming
Подписаться 82 тыс.
Просмотров 85 тыс.
50% 1

In this tutorial, I explain the difference between passing by pointer and passing by pointer reference in a C++ program.
Donate - bit.ly/17vCDFx
STILL NEED MORE HELP?
Connect one-on-one with a Programming Tutor. Click the link below:
trk.justanswer.com/aff_c?offe...
:)

Опубликовано:

 

5 ноя 2016

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 126   
@sheheryarwasti1426
@sheheryarwasti1426 7 лет назад
I really like the way you teach. It's concise, it's visual and you explain it so anyone can can understand it. Thank you! -just a fan
@PaulProgramming
@PaulProgramming 7 лет назад
+Sheheryar Wasti I'm glad you like it
@A7medMSD
@A7medMSD 7 лет назад
but why you stopped :/ ...
@bobsmithy3103
@bobsmithy3103 6 лет назад
Agreed. Even myself with no experience with c++ could follow along like a breeze.
@crptc5707
@crptc5707 4 года назад
@@PaulProgramming Until today I have learned that c++ has true pass by reference, I always think java and c pass by pointer value is the same as pass by reference!
@mba2ceo
@mba2ceo 2 года назад
@@PaulProgramming GOD U R a GREAT TEACHER :) thank U again
@zush2305
@zush2305 4 года назад
finally someone has explained this, it was really confusing to study this and everyone was explaining the difference between reference and value, took me a while to find the subject i was looking for
@crptc5707
@crptc5707 4 года назад
that's true, I've learned today that unlike pointer, reference variable doesn't occupy memory space, which is very shocking stackoverflow.com/questions/1179937/how-does-a-c-reference-look-memory-wise/38310081
@mba2ceo
@mba2ceo 2 года назад
There are NO bad STUDENTS ONLY BAD TEACHERS !!! Thank u again it worked
@zal9706
@zal9706 5 лет назад
You really have a knack for teaching, you made me understand pointers in 12 minutes more than I did the first week I learned it. Thanks man, you're brilliant.
@That1Guy248
@That1Guy248 6 лет назад
Best coding channel i've found yet. Will definitely be using it for the remainder of my coding course.
@SatishSingh-cp3wo
@SatishSingh-cp3wo Год назад
Hey Paul. This is the first video of yours that i have watched and i absolutely loved it. This is absolutely the way how programming concepts must be taught. A big ❤️
@UpcycleElectronics
@UpcycleElectronics 6 лет назад
This upload was suggested in my home feed yesterday evening. I saved it in my watch list and after watching, Subscribed for more like this. It was probably suggested bc I was searching for info about pointers a few days ago. ...Still I like to share the hidden metrics behind how I came across a channel when I subscribe. Most CC's go through their upload metrics but it's hard to assess the figures independently ;) I'm Jake BTW, an electronics hobbyist. I don't care if you check out what I do. I'm not monetized nor do I plan to be. My playlists are a form of personal notes on electronics. This upload has been added to my "Programming C" playlist. All of my playlists (and subscriptions) are listed publicly for others that might find a compilation of references indexed by subject helpful. I only add what I watch, find helpful, and want to save a reference to. This upload helped me understand pointers a little better, but my initial curiosity from a few days ago is still unanswered. When it comes to hardware on a microcontroller, how does a pointer work with an input/output pin? For example, if an interrupt happens once, a function is called that sets pointers A, B, and C, to pins 1, 2, and 3 to check boolean input state. Then it does a bunch of magic. If the interrupt happens again pointers A, B, and C are set to pins 4, 5, and 6, and...magic etc. At the end of the magic function the outcome is an action using a pointer to an output pin. If that made any sense... my main problem, I guess is, what is an address in relation to a hardware I/O. If I create a pointer to an I/O does that copy the current state of the I/O into a memory location, or is an I/O pin simply another address like any other? Anyways...you don't need to answer that. It's just something to think about. I haven't found a solid answer to that one yet while searching for info about pointers. I'm probably asking the wrong questions but if I'm looking for this info perhaps others are as well, and if content were made to address it others would find it helpful ;) -Jake
@u3k1m6
@u3k1m6 5 лет назад
Thanks for the tutorial Paul. This video was extremely helpful and I think I understand it a lot more now.
@h3ll3r
@h3ll3r 3 года назад
I like your teaching style with bunch of visualisation. The best explanation that I've ever seen, thank you for your work!
@exitplanetduster
@exitplanetduster 3 года назад
One of the best lesson I found on internet, very clear and complete, compliments.
@thestarinthesky_
@thestarinthesky_ 4 года назад
That illustration has helped me a lot to understand the concept. Thank you so much.
@davidyos2575
@davidyos2575 5 лет назад
a clear explanation and visualization for a complex subject. Well done and thank you!
@sirshallot3036
@sirshallot3036 3 года назад
A simple explanation and yet better and more concise than many other explanations. Thank you
@frankoppongkonadu6676
@frankoppongkonadu6676 2 года назад
Thank God, I finally found the video I'm looking for, God bless you bro, you save my stress
@thisaintmyrealname1
@thisaintmyrealname1 6 лет назад
Man these videos are amazing. Some people might find that you went a bit too fast on this one but I saw the video on the difference between passing by value, passing by reference and passing by pointer, just before this one, and this all felt like a very natural 2nd part, with no need to re-write the code from scratch, as you did in that other video. Maybe you should label them as part 1 & part 2 so people don't get lost. Anyway great video, I was getting those concepts confused. Thanks Paul.
@mohamadiqmalbinjamaludin2160
@mohamadiqmalbinjamaludin2160 4 года назад
I just have seen 2 videos of your tutorial and subscribed immediately. Super clear, concise explanation. Keep teaching.
@dennismckenzie8329
@dennismckenzie8329 3 года назад
You did a great job of explaining this. I read a C++ book several years ago, and I got pointers and references, but when it got into references to pointers, pointers to references, references to pointers of references, etc., my eyes glazed over. It all went completely over my head. Since then, when I encountered this, I would just skip it. However, this explained it so well. Thank you!
@rw7154
@rw7154 3 месяца назад
You have a very lucid style of explanation! You earned a new subscriber Sir.
@somsk56
@somsk56 Год назад
great concept ❤ I have been searched this type of video for 5 days... You just make me cry 😭 dude
@ahmedjemaii3160
@ahmedjemaii3160 4 года назад
i really like your tutorial. It's very simple very basic. I didn't find anything better than this tutorial even in Udemy.Thanks !!!
@MovieRecapShow
@MovieRecapShow 4 месяца назад
It was a really wonderful explanation, Thank you Paul!!
@moisascholar
@moisascholar 4 года назад
Summary: Passing in a pointer by copy/value means that you "clone" the pointer of interest, and you will not be able to change what the original pointer is pointing to (certainly you can change values of what it is pointing to...but not the pointer itself...). If you pass by pointer reference (physically passing in the pointer itself), then you may change what the pointer is pointing to. Hope this helps.
@MirrorsEdgeGamer01
@MirrorsEdgeGamer01 4 года назад
Mo Aboulmagd Thank you for this, your summery really helped understand this topic and the video better.
@moisascholar
@moisascholar 3 года назад
@Jay Jay To avoid making a copy. Useful for deletion, to avoid having a dangling pointer, or a pointer pointing to some undefined junk (assuming you pass a pointer by copy and call delete on what it is pointing to), and that object is dynamically allocated of course. After calling delete on a pointer, for best practices you should set that pointer to be equal to nullptr. This is of course only useful if the pointer can still be accessed at a later time (was passed by copy and not by reference) in the execution of the program, but if that is not the case, then setting the pointer to nullptr is unnecessary. Passing a pointer by reference should be used judiciously, really only when you are going to be calling delete on an object allocated on the heap that the pointer is pointing to. If you don’t call delete and assign the pointer to some other object (stack or dynamically allocated, doesn’t matter), then you will suffer a memory leak if the object that the pointer was originally pointing to was dynamically allocated (on the heap). You can avoid having the responsibility to call delete by using smart pointers in modern C++ (C++11 and later standards).
@countesscarmilla1479
@countesscarmilla1479 5 месяцев назад
WOW. I will be coming back to this video several times and recommending it to my friends. Thank you.
@cicartaya
@cicartaya Год назад
😮I... I'm in awe of how beautiful this explanation was. It's a work of art. Masterful. Just a few minutes into it I had to like and subscribe. This is truly an amazing gift you've given everyone. I'm eternally grateful. Thank you for this video.
@viktornikolov1570
@viktornikolov1570 2 года назад
This was a REALLY helpful video. Thank you Paul.
@Kino-Imsureq
@Kino-Imsureq 4 года назад
This video and your other video, it explained pointers and references way better than other sources.
@wickpoker
@wickpoker 6 лет назад
Outstanding explanation! Thank you!
@Byynx
@Byynx 2 года назад
Very good. We just need the right person to explain. Thanks !!!
@adamodimattia
@adamodimattia 4 года назад
Great lesson, this one and others, so clear! Thank you.
@frankie_goestohollywood
@frankie_goestohollywood 2 года назад
Thank you ! Excellent tutorials.
@user-yk2dc6yr7q
@user-yk2dc6yr7q 9 месяцев назад
Fantastic tutorial, helped me a lot with understanding pointers. Thank you
@mulimotola44
@mulimotola44 7 лет назад
Great and clear explanation! Thank you very much!
@raiyanreza9764
@raiyanreza9764 4 года назад
one of the best teachers!
@prasunakolla2427
@prasunakolla2427 3 года назад
Thank you so much. Your explanation was very nice. It helped me a lot.
@geezeer00912
@geezeer00912 6 лет назад
Awesome videos man,very helpful,thank you.
@mycomputativeromance4266
@mycomputativeromance4266 2 года назад
really really thank you guy! clear and impressive. that's really helps me
@vincenr8822
@vincenr8822 6 лет назад
Underrated video! Needs more views ;)
@williamtian566
@williamtian566 4 года назад
great lesson , i really understand and enjoy it . thank u so much !
@maanillaad4324
@maanillaad4324 3 года назад
thanks a lot man! was stuck on this one, cleared all my doubts
@Aymanoslexilogos
@Aymanoslexilogos Год назад
Best explanation of pointers in C in my opiniok. Thank you
@johnnycashcow1130
@johnnycashcow1130 3 года назад
For the confused, here's more of an explanation using the code he used in the program (Note: it helps if you have a clearer grasp of pass by value and by pass by reference): I want to start out by saying, and I wish he clarified this in the video, that he initialized gptr as a global variable and that is why he is able to access and use it in the functions. Pass by Pointer: You begin by passing an int pointer variable into passByPtr because the argument that the function accepts is that type. Let's pass int* p into the function. So that looks like: passByPtr(p); The function, passByPtr(int * ptr), creates a new object. The new object is ptr. And the contents of p is copied into ptr. P AND PTR ARE SEPERATE OBJECTS. However, they have access to the same memory address. The advantage of this is you could dereference ptr and it would change the contents of p. But if you change the memory address of ptr, there would no difference. So in the function if you did this: *ptr = 43; // you dereference by using the * operator in front of the variable // when you dereference a pointer, you access the value at that memory address A pointer is just a variable that holds a memory address so you are just creating a new object with the same memory address. When the function ends, ptr goes out of scope and wiped off the top of the stack. Pass by Pointer Reference: You begin the same as you would by passing a pointer. Let's pass p into passByPtrRef(int * & ptrRef). The difference now is that in passByPtrRef(int * & ptrRef) , the function DOES NOT create a new object. ptrRef and p are the same object. ptrRef is just an alias to p. Any changes made to ptrRef will be applied to p.
@cratergaje
@cratergaje Год назад
But if the parameter is just (int &ptref) what difference would it make?
@ror996
@ror996 Год назад
So a pointer reference is like a reference (a reference is like creating an alias/nickname of a variable/identifier). A pointer reference is like creating an alias or nickname of the pointer (a pointer is creating a memory address that points to whatever it points to).
@yauck1
@yauck1 6 лет назад
11:50 my brain starts to overclock... good explanation, I have to watch the last 30 seconds 3 times in slow mo to get it... LOL
@DanT-iu6oc
@DanT-iu6oc 4 года назад
same bro
@MoMoeMedia
@MoMoeMedia 7 лет назад
Awesome video! Could you do a video on double pointers? I really like your teaching style. EDIT: Also, what is the different between using this rather than using a double pointer?
@cestmacassette9033
@cestmacassette9033 2 года назад
Like the way you visualize lession, respect (y)
@alseynidiop8650
@alseynidiop8650 4 года назад
Best explanation of this subject. Thanks
@amolgaikwad4114
@amolgaikwad4114 4 года назад
Great!!!! Excellent explanation and concept cleared... Thank you....
@hubercats
@hubercats 3 года назад
Very helpful video. Thank you!
@shovershover
@shovershover 2 года назад
Very clear! I like this video
@JigarPatel28
@JigarPatel28 6 лет назад
can you please make more videos on specifically: queues, graphs & graph traversals, tries, sorting algorithms(merge sort, quick sort, insert sort, heap sort, etc), and big-o notation?
@marsellusrex
@marsellusrex 6 лет назад
Amazing lesson, thank you!
@ichias16
@ichias16 5 лет назад
really good tutorial about a confusing topic :D helped a lot
@quannguyenhahong168
@quannguyenhahong168 Год назад
Great explanation, thanks !
@looploop6612
@looploop6612 2 года назад
love you graph !
@lssangpi
@lssangpi 6 лет назад
This is so helpful! Thanks!
@shivkumarpippal1765
@shivkumarpippal1765 7 лет назад
Thanks. This was very helpful!!!
@kesavkosana9818
@kesavkosana9818 2 года назад
visuals are extremely helpful thank you
@PCHerc
@PCHerc 2 года назад
This is an excellent video.
@bardock-yk2xg
@bardock-yk2xg 2 года назад
Terrific explanation.
@ilya4068
@ilya4068 Год назад
awesome explanation!!! thanks dude
@dustinhartlyn
@dustinhartlyn 2 года назад
Thanks you, well explained!
@sleepdeprived3678
@sleepdeprived3678 Год назад
Thank you, great video.
@carlpeterkirkebo2036
@carlpeterkirkebo2036 9 месяцев назад
Great stuff! Thanks!
@nilupulperera
@nilupulperera 5 лет назад
Very interesting. Thank you very much.
@Olavotemrazaodenovo
@Olavotemrazaodenovo 4 года назад
Congratulations from Brazil.
@theonionpirate1076
@theonionpirate1076 6 лет назад
this is a great video, new sub
@davidlira8853
@davidlira8853 Год назад
i like the breakdown of steps
@hashinology
@hashinology 6 лет назад
Paul you are my man finally i understand pointer and the fucking reference
@wlo2661
@wlo2661 4 года назад
gooood before my exam good content thumbs up
@m.alaiady3627
@m.alaiady3627 4 года назад
Thank you sir ! that's really helpful Is there a video in your channel talk about the *_heap_* and when should I use the *_new_* keyword ?!
@rosengeorgiev6817
@rosengeorgiev6817 7 лет назад
Great video Paul! Will you make a tutorial about smart pointers too?
@student99bg
@student99bg 2 года назад
This is how my understanding of why Java is pass by value. If you pass a reference to a method in Java, that method receives a copy of the reference, a copy of the memory address, while in C++ you have the pass by reference option where your function or method can actually manipulate the variable that you have passed as an argument instead of getting a copy of that variable. P.S. Please indent the code.
@MohamedSayed-wl5cj
@MohamedSayed-wl5cj 2 года назад
amazing visualization
@mba2ceo
@mba2ceo 2 года назад
U R A GOD :) thk U
@rileynobles7146
@rileynobles7146 4 года назад
Nice explanation
@caio-jl6qw
@caio-jl6qw 11 месяцев назад
Thank you!!
@isaacRdzC
@isaacRdzC 6 лет назад
Very Helpfull :)
@mcho850
@mcho850 6 лет назад
Hey 1 quick question, whats the difference between pointer to pointer and pointer reference? both of it seems to did the same thing by manipulate the address of pointer pointing to and the data of the pointer is pointing to
@pranaykothari571
@pranaykothari571 2 года назад
Awesome video
@MrFallred
@MrFallred 2 года назад
Bless you.
@StevenWernerCS
@StevenWernerCS 7 лет назад
is this different for objects? my own struct for instance
@Turjak_art
@Turjak_art 6 лет назад
thank you
@Fahodinho
@Fahodinho 2 года назад
Excellent
@Recordingization
@Recordingization Год назад
Good lecture
@TA-mz2ol
@TA-mz2ol 3 года назад
very clear
@ludmilalutencu
@ludmilalutencu 5 лет назад
SUPER video
@ergingokkaya8323
@ergingokkaya8323 4 года назад
Thanks a lot for great explanation.. one silly question.. a call by reference function signature is like that: void foo(int& x).. considering this, should passbyrefptr be like that: void passbyrefptr (int& * ptr).. because former says reference to a integer variable and the latter ,i think, should say reference to a int pointer.. i confuse the syntax a lot
@ta3113ta
@ta3113ta 2 года назад
I love it
@0mar._.
@0mar._. 2 года назад
Nice vid
@chenyuan8463
@chenyuan8463 3 года назад
Good video
@ThanhTrantrancongthanh
@ThanhTrantrancongthanh 7 лет назад
could you explain return value of some std operators? e.g. ++ & -- (postfix & prefix), = (assignment)...
@salesman4396
@salesman4396 4 года назад
Excellent.in 2020
@kar0ee0m
@kar0ee0m Год назад
AMAZING
@Gamerzhut
@Gamerzhut 3 года назад
@Paul Programming , dude please make a video of pass by pointer but with functions with a dynamic 2D array , ill be very happy if you make 1 little video , nice video though, keep up :)
@rey.rosario7318
@rey.rosario7318 3 года назад
Nice tutorials, is there free software to illustrate as you in these examples with boxes and arrows sir? Would help me to draw and follow me own examples and learn to use it on my own pc. Thank you.
@dowhiletrue6687
@dowhiletrue6687 4 года назад
Sweet!
@nizarouertani1315
@nizarouertani1315 3 года назад
is it like double pointers where you can change what the pointer it self contain ???? i think it's not the same cause refrence looks to me is manupulating the pointer by accessing him but double pointers is creating a variable wich will contain the address of the pointer than you can access it
@kal5211
@kal5211 3 года назад
My man.
@thisaintmyrealname1
@thisaintmyrealname1 6 лет назад
what text editor do you use?
@thienminhnguyen3581
@thienminhnguyen3581 3 года назад
Oh yeah thanks sir
Далее
Master Pointers in C:  10X Your C Coding!
14:12
Просмотров 292 тыс.
What does int argc, char* argv[] mean?
10:11
Просмотров 350 тыс.
are "smart pointers" actually smart?
9:44
Просмотров 72 тыс.
Introduction to CMake Crash Course
14:08
Просмотров 12 тыс.
why do void* pointers even exist?
8:17
Просмотров 342 тыс.
C++ Pointers - Finally Understand Pointers
15:56
Просмотров 209 тыс.
C++ Pass by Value, Reference, Pointer Explained
10:18
C++ Examples - Pass by Value vs Reference vs Pointer
11:53