Introduction to Pointers | C Programming Tutorial

Introduction to Pointers | C Programming Tutorial

Portfolio Courses

3 года назад

123,192 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Salamanca-joro
@Salamanca-joro - 16.10.2024 19:12

Why i can't understand this!!! Is it because i played rdr2 for three hous before looking at this 🤠🤯

Ответить
@johnd942
@johnd942 - 22.09.2024 13:07

Sorry.
I made it half way through before I became 'bamboozled!'
😕😕

Ответить
@rouisaek
@rouisaek - 03.09.2024 13:59

Very useful tutorial about pointers specially the `malloc` example for creating array size in the runtime

Ответить
@alfredocandia6178
@alfredocandia6178 - 21.08.2024 05:31

Magnificent

Ответить
@alst4817
@alst4817 - 06.08.2024 04:05

A bit pointless…

Ответить
@chillbro2275
@chillbro2275 - 24.07.2024 16:11

Thank you. I like the use of pointers for dynamically allocating memory. I still don’t get why one would have a function change the value of a variable that is not brought into scope for that function.

Ответить
@lambdadotjoburg
@lambdadotjoburg - 16.07.2024 00:21

I think it's worth noting that the pointer-variable swap technique would come in handy if the structures being swapped are larger than long int data type

Ответить
@davidrbuni
@davidrbuni - 12.07.2024 03:55

Your videos are absolutely perfect! Clear, to the point, easy to understand explanations, tons of examples, sweet voice, clean workspace, man I just wish I had found your channel sooner.

Ответить
@TheBluNitro
@TheBluNitro - 07.05.2024 09:18

so all values in that array is stored in that one memory address?

Ответить
@neviswarren
@neviswarren - 28.04.2024 00:58

Thank you. This is very helpful.

Ответить
@mumbaiverve2307
@mumbaiverve2307 - 18.03.2024 17:44

Possibly the best set of videos on C. Please consider doing an episode on assert() .

Ответить
@quitecontrary.
@quitecontrary. - 16.03.2024 17:13

THANK YOUUUUU

Ответить
@holipop
@holipop - 28.02.2024 14:19

this video changed my life

Ответить
@Andrii87
@Andrii87 - 26.02.2024 23:58

good video, i like it

Ответить
@tokuumeiii8792
@tokuumeiii8792 - 12.02.2024 04:29

this explanation is a real life saving , thank you for your effort 😊😊

Ответить
@stana1980
@stana1980 - 18.01.2024 11:48

Thanks for the explanation really helped me understanding the concept
Thanks

Ответить
@alexandarpetrov
@alexandarpetrov - 11.12.2023 16:49

Top !!!

Ответить
@nyeowsz
@nyeowsz - 23.11.2023 16:27

This video is very great. Can't believe I understood pointers and some memory related lessons. Thank you so much.

Ответить
@PhilemonEyramOcloo
@PhilemonEyramOcloo - 08.11.2023 05:09

simplest and best explanation on pointers I've found thus far....You're a life saver

Ответить
@matjasunio6354
@matjasunio6354 - 02.11.2023 18:13

thank you so much!

Ответить
@ابوأحمد-ث9ت4ض
@ابوأحمد-ث9ت4ض - 16.09.2023 10:31

Man I bought c course, your course 20x better

Ответить
@lawniczakjohn
@lawniczakjohn - 10.09.2023 08:14

Came back to brush up, love this video!

Ответить
@addmix
@addmix - 26.08.2023 06:44

I think the only reason pointers are confusing is because the syntax makes little sense. There's nothing about the syntax that gives clues as to what the code does, unless you already know about pointers and their syntax.

Ответить
@raidon5553
@raidon5553 - 24.08.2023 11:20

which compiler do you use for c

Ответить
@Chigo-nr8jg
@Chigo-nr8jg - 31.07.2023 01:35

i'm a bit confused, towards the ending, a is a pointer, then a is also an array?

Ответить
@ipadeolabamidele
@ipadeolabamidele - 13.07.2023 22:06

The best video ever! It has put an end to all my curiosities and given clarifications to all confusions! Thank you thank you thank you thank you sir! The examples you gave really shed enough light! God bless you hugely sir❤❤❤🙏🙏🙏🙏

Ответить
@Reverso...
@Reverso... - 08.07.2023 22:43

O indiano KAKAKAKAKAKAKA

Ответить
@timg.6460
@timg.6460 - 04.07.2023 22:01

Thank you so much!

Ответить
@nkurikiyimanaaimable9004
@nkurikiyimanaaimable9004 - 23.06.2023 18:06

Just wow ,.. I've just started learning c, but your tutorials are just exceptional in comparison to what i've been watching.. it just amazes me how your channel is underrated..

Ответить
@djelasrca8091
@djelasrca8091 - 02.06.2023 19:22

Better than paid Udemy course. As clear as day!

Ответить
@AxelWerner
@AxelWerner - 30.05.2023 17:41

THANK YOU!! You are one of VERY FEW who understood how to use the SCREEN AREA properly for a screen presentation. Nice layout, easy to read font size. DOUBLE THANKS TO YOU ! :) Next... i dont know how many videos and articles about pointers in C i have seen and read...i still had trouble grasping it, since i could not align "a data type" with a plain "memory address", since these things do have nothing to do with each other to my understanding. BUT now i can see why/when the "type" starts to become useful in conjunction with a plain memory-address pointed to.

Ответить
@TheHset
@TheHset - 04.05.2023 23:56

I'm so glad they had us *take a basic computer science course prior to our C course. I think why most people find pointers confusing is because they don't know how computer memory works.

Ответить
@Soso.Tataema
@Soso.Tataema - 30.04.2023 20:55

I want an Apple but I point to Banana tree...

Ответить
@jonathanmoore5619
@jonathanmoore5619 - 30.04.2023 18:53

So this is a deep copy, if not a pointer and shallow copy if a pointer within a struct? What about string literals? I guess that doesn't matter because they are immutable? Is that right?

Ответить
@blankdisk1061
@blankdisk1061 - 28.04.2023 14:54

.

Ответить
@sidneyrobinson5719
@sidneyrobinson5719 - 17.04.2023 22:02

Thank you so much for this video! Could you explain what -> has to do with pointers? Is it a different way to express the star * operator?

Ответить
@cleightthejw2202
@cleightthejw2202 - 03.04.2023 02:01

About that issue of freeing memory after assigning it with 'Malloc (and also calloc, correct?)'-

Is that memory space freed by the system after the program is closed? And it definitely would be removed after a reboot or crash of the system?

Thank you

Ответить
@samisiddiqi5411
@samisiddiqi5411 - 01.04.2023 21:57

Your video was my "AHA moment" for pointers and malloc lol.

Ответить
@bignaughtydog
@bignaughtydog - 30.03.2023 22:30

Many many thanks for your content. I'm a beginner with c and listen to these when driving (not distracted of course). I try to write code from books and other sources of basic code. My strategy is to loop, loop and loop again through c content and knowing it will sink in. I'm a bit stuck on functions ATM. Have seen your functions video and am still a bit confused with functions. A question I'm attempting is to write a c program that asks for two number (printf), stores them in variables (scanf) then prints the result (printf again). I understand what a prototype is and return type, function name and arguments of the function (variables) as I understand it. I'm not following any academic course ATM and am learning because I'm interested. Many thanks again.

Ответить
@laputa4825
@laputa4825 - 25.03.2023 01:28

Is there a video on dynamic length for strings and scanf?

Such as if I wanted the user to enter a string that isn't restricted to 5, 7, 8, 20 characters?

Also is there a video on input validation?

How would I prevent the code from continuing on with unwanted inputs that are combinations of characters and numbers and special characters.

Ответить
@meridiasbeacon7669
@meridiasbeacon7669 - 15.03.2023 13:37

Incredibly helpful, I was having trouble wrapping my head about how these work but this video cleared it all up.

Ответить
@lovromilinovic2835
@lovromilinovic2835 - 22.02.2023 15:37

Great explanation, helped me a lot. I'll be watching more of your videos for sure. Cheers!

Ответить
@nhatan2511
@nhatan2511 - 19.02.2023 13:57

Thank you very much

Ответить
@wlcrutch
@wlcrutch - 14.02.2023 21:22

Dude…your videos are on point. Having just finished an intense course in C++ at my university but being actually more interested in C, this is a great way to both recap similar concepts that exist in both languages as well as getting started in C

Ответить
@ivan_9386
@ivan_9386 - 05.02.2023 02:42

Subscribed!
🏆

Ответить
@AshleyBaker75
@AshleyBaker75 - 28.01.2023 20:32

Fuck me, I thought a 25 minute video would just answer ... WHY? why the f do you need pointers. Why not just do a = b???

Ответить
@user-kv4gj9jp4h
@user-kv4gj9jp4h - 27.01.2023 02:44

This really helped me understand pointers when other resources didn’t thank you so much

Ответить
@HahahaGamingz
@HahahaGamingz - 23.01.2023 20:23

You sir earned my respect. I watched alot of your content already. Can`t offer more than a sub , but all my thanks !

Ответить