ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
3:53 - made a typo, the comment should be:// equivelant to (*p).x
Thanks for a clear explanation of the arrow operator and its equivalent
Glad it helped
Agreed , I was always a little fuzzy about exactly how this works, thanks!
Glad to help!
First time someone says p-> means the same as (*p). Now i understand.
can i pass pointer ans an argument for struct function
Sure. A pointer is just a variable that holds a memory address. Pass it like you would any other variable.
3:53 - made a typo, the comment should be:
// equivelant to (*p).x
Thanks for a clear explanation of the arrow operator and its equivalent
Glad it helped
Agreed , I was always a little fuzzy about exactly how this works, thanks!
Glad to help!
First time someone says p-> means the same as (*p). Now i understand.
can i pass pointer ans an argument for struct function
Sure. A pointer is just a variable that holds a memory address. Pass it like you would any other variable.