C Pointer to Structure and Arrow operator

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

Рекомендации по теме
Комментарии
Автор

This is so much better than the lectures. You actually tell us what the hell is going on without fancy language or trying to "dumb it down".

SangoProductions
Автор

if you declare the name of the struct after the declaration of its variables you can leave away the 'struct' infant of all uses of "student".

typedef struct {
int a;
int b;
} student;

then pointer to the struct can be expressed

student *ptr

i found that to be way easier than writing struct all the time. :)
Thank you very much for this video, it helped me a lot.

MrBetaJacques
Автор

Brilliant explanation!! All others were sooo convoluted. I don't know how to thank you. BRAVO!!!

jaimedelosrios
Автор

Thank you! It was clear and I especially appreciate you for showing the difference between the two syntax because I was wondering.

ahmedaj
Автор

Thank you for a simple and clearly explained explanation of the arrow operator; all the others I have watched have been unnecessarily complicated. Thanks again!

angamandu
Автор

most accurate description of the topic....loved ur

adityarane
Автор

while(am still alive)
{
printf("%s", "Thank u very much, ");
}

mpotsengmasetla
Автор

Well done Boy! It is a very Simplified form to explain.

shahabali
Автор

This was very helpful. Nice and clear. Thanks!

mannyknowles
Автор

Very nice man ! I was doing system programming I was facing this problem finally solved :) Keep it up !

SandyRocks
Автор

Thanks sir, you save me for figuring out the meaning of arrow operator!

yichizhang
Автор

clear && concise, thank you very much, i hope you make a whole list on c language and scientific computing in c .

mustafaawadelseed
Автор

Like your videos, make more C tutorials :)
Cheers

chownmulti
Автор

thank u sir, for clear my idea of arrow operator

darshanapandya
Автор

thanks for this well explained video !

cemisgezeksakini
Автор

Thanks. I like your voice it hypnotize me to concentrate.

willeett
Автор

"explain to you" not "explain you" but thank you for speaking clearly, regardless.

SangoProductions
Автор

can anyone plz tell me can i scan or get the value of navigation/arrow keys from the user;

tpalknitfabtpalknitfab
welcome to shbcf.ru