0

Pointers.

I really need a better understanding of pointers, I watched youtube videos and all things, but nothing seems to work, I always mess up with pointers. I want a perfect understanding of structure type pointers and relevant terms ...

3rd Aug 2019, 11:04 AM
Zibran Zarif
Zibran Zarif - avatar
5 Respostas
+ 7
✳AsterisK✳ 👍🍻 Thanks a lot for sharing!😊
13th Aug 2019, 10:16 AM
Danijel Ivanović
Danijel Ivanović - avatar
+ 3
I’m not a master of pointers, but something that helps me is saying what the operator means. For example, when reading a = 5 you say “a equals five”. When you see &b say “the address of b”, or when you see *b = &a say “the pointer b equals the address of a”
3rd Aug 2019, 1:03 PM
Pete Cowling
Pete Cowling - avatar
+ 2
Danijel Ivanović I dont know it but its a copyright protected ebook then i cannot add to my list (only free and legal resources can be into list)
18th Aug 2019, 6:13 AM
KrOW
KrOW - avatar
+ 1
✳AsterisK✳ Peter C... Thank you very much guys
4th Aug 2019, 11:59 AM
Zibran Zarif
Zibran Zarif - avatar