Pointers | C | Tutorial 27

preview_player
Показать описание

Throughout the course we'll be looking at various topics including variables, arrays, getting user input, loops, conditionals, pointers, structs, and much more.
Рекомендации по теме
Комментарии
Автор

I knew this guy would be able to teach me pointers.

gabehcuodsuoitneterp
Автор

Why are you literally better than my teacher who I’m literally paying to teach me??

JovaGoose
Автор

I love your tutorials sooo much. They are clear, thorough and logically smooth! Thank you Mike, it really helps me a lot!

michaelsu
Автор

Probably not your intent, but you made it dawn on me that a problem I have with programming is I wasn't thinking of the different variable types as things, I was thinking of them as all sort of the same thing with different faces. I guess that sounds sort of weird as I type it, but I think the lack of physical context makes some of these concepts more complicated than they need to be. I'm not 100% sure how to "fix" that issue, but it points the way.

beneaththefloorboards
Автор

good job at working hard, I hope one day you get bigger and bigger and hopefully make a dream turn into a reality!

whispymagma
Автор

Pointers are basically references in Java, but C needs to know explicitly that we need to have a pointer (reference), is that why this syntax used?
For example in higher level languages like Java, if we instantiate a variable with some value, then declare another variable and assign the first variable, then it is not a copy, the second one holds the reference (pointer?).

SouthernRedneck-pnpd
Автор

i have a doubt about this : where exactly are we storing the data when we are using * pVariable ?like are we storing at the same place it was meant to be stored before?

kailashnadhgupta
Автор

exam namin ngayon, sapian mo ko Kuya Mike.

rechillepatosa
Автор

if a pointer is a variable and it is a memory address, why you keep changing its type from int to double then char.. it doesn't make sense to me.
I understand that if you have char x the pointer of it should be char as well.. but why?

daniel
Автор

Great content, great everything, but I think you repeat yourself too much. Just saying

Avolua
Автор

* is not an astrix. its a fukin asterisk.

wilmerkluever