C 'Modules' - Tutorial on .h Header Files, Include Guards, .o Object Code, & Incremental Compilation

preview_player
Показать описание
00:29 Why modularize a C program into many files?
03:29 What is a "module" in C made of?
06:16 Short Tutorial Defining a .h Header File
Рекомендации по теме
Комментарии
Автор

Thanks for the clear explanation! I'm self teaching myself C in my free time and these videos are a godsend! You university classes would be a delight to attend!

kasta
Автор

that initialized = { x, y} variable will be gone after the function returns since it's on stack. You definitely need to malloc Point structure on heap

bigfoot
Автор

I understood everything you articulated here, not because i am smart but because of the fact that you are good at this . Thanks a lot.

tapiwamatsika
Автор

god bless you, i was curious how C programmers deal with complexity without having entities like "objects".. turns out they have these modules which is doing the same thing as objects, modularizing your code and making it easier to debug and maintain

exe.mdnght
Автор

Would you mind organizing all of your C programming videos into their own playlist please?

juliusnewman
Автор

Thank you so much for this informative session. Your students are very lucky that they have a great professor like you.

wiseskeshom
Автор

Great video. I was struggling to get my head around some of this stuff but your explanation is great.

davidvella
Автор

Yo!!! Kris Jordan Mama.. Why don't you share your presenatation!. It would be helpful for me to look back again. thanks for the video. It was really helpful.

powerstar
Автор

Thank you for this video. Also went over the code example you use in this video to further advance my C abilities.

aloncarmelly
Автор

Great video, now that I understand more how to create those modules I can improve my code.

venonnegru
Автор

Excellent introduction to C modularization. I'm glad I watched the intro in it's entirety. Ending with symbols, symbol tables, and 'objdump -d' on the object and executable files was kickass, THANK YOU.

genryheorge
Автор

i liked it, but now that youtube have in video timestamps, it would help more when looking back for a specific topic mentioned

marinhaalternativa
Автор

This video has helped me a lot when writing my project assignment. Thank you very much sir !

achrafBadiry
Автор

Thank you - this is really SO helpful. From another self-learner :)

DrJamesMP
Автор

Sorry, I am still noob. Where are the library of commands located? .h or .c?

myhumblebeginnings
Автор

Thank you sir for awesome video tutorial

nikeshacharya
Автор

just superb! give more videos on gcc, make etc ... thanks a lot :)

thinkverse
Автор

Thanks for understanding the header files.

viktorvasylyk
Автор

Thank you! The explanation is very clear!

shisanliu
Автор

Which plug in you are using for c? Does it also have suggestions for c++?

umair