Arrow Operator For Pointers To Structs | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Keep in mind, when using malloc on something, use free to free the allocated memory when you no longer need it.

CoolModderJaydonX
Автор

Thank you so much. Well presented and to the point 👍

thesuperiorman
Автор

thank you showing both ways to point to something!

iwannapressit
Автор

Thanks for supplying the code! That's awesome

LexElls
Автор

Thanks your explaining and speaking so clear I can understand easily

abdulsametaybaz
Автор

Thanks for these videos i hope i can pass my exams.

erennkose
Автор

if im using an arrow how do i scan into those varibale?

elisha
Автор

Thank you for this video... although I had problems in my code. It says 'cannot convert int* to Point'. I don't have any problems using the arrow operator and such, only this (*p3), p3-> thing after dynamically allocating using malloc().

marbles
Автор

I know it's old but, why can't the compiler jsut dereference the pointer first? Do you know if there is a reson for that? That way they wouldn't need a completely new operator to exist

mementomori
Автор

when we use char data types for this, it doesnt work.

awekeningbro