What is difference between Dynamic and Static library(Static and Dynamic linking)

preview_player
Показать описание
This video will explain difference between static and dynamic library.
What is meaning of .dll in windows. How it works
Рекомендации по теме
Комментарии
Автор

Clear and brief, EXTREMLY helpful for starters! BIG THANKS!

thunderdogelovepeace
Автор

Thank you for the video. It's precise with a good representation of the explanation.
Dynamic vs static library summarized in 7 minutes

otetumooluwaseun
Автор

One of the best explanation for Shared library on Youtube

nikhilrao
Автор

must have explained a disadvantage of dynamic linking where if we forget to provide the dll, the program won't work where as in case of static linking, all code is in a single executable

mailashri
Автор

Very good and simple explanation. Neat illustration. Great. Please continue making such videos. Thank you

sandeepr
Автор

HI,
I have doubt on this topic before watching this video. But i cleared my doubt after watching this video. Nice explanation. Kindly upload IPC(Inter process communication) topic videos along with examples by writing the code in c++. I hope that i will get the notification from you about IPC concept.

jyothikrishnakouthrapu
Автор

Thank you for this insightful presentation. You made me love C

philipnyakwaka
Автор

it sounds like he's recording it while sleeping lol yet does the job

ann_amr
Автор

why does this guy talk like he doesn't feel like it, and my school keeps putting his videos as a resource

gt
Автор

nice tutorial, and good explanation from interview point of view, Expected more tutorials from C. good work. keep on move.

mohanmanoharan
Автор

I honestly didn't understand what you were trying to say Sir...ALx don carry me go where i no no

alxbywills
Автор

Your way of representation is good but communication needs to be improved bcoz msg is not conveying 100%.

adnanshabibi
Автор

where are you all seeing clear explanation pls show me🤨 or is it not this same video i watched that you guys are commenting on?

michaelhopechukwu
Автор

Very clear and straight to the point..Thank you

bfvds
Автор

really good teaching thank uu for solving....

UdayKumar-tdtv
Автор

thank u . It quite helped me a lot !!'

rohithjade
Автор

Have a doubt here.

We know that Assembler does its job before Linker.
We also know that a function call in Assembly simply means we move to
the address of the assembly code for the function.

If we make a function call ( to library function ) , we need to make sure the assembly
for the code moves to the address. BUT, if linker attaches library code after Assembly,
then -

1) How can assembly code be corrected with new address of function that linker included ?
2) Or the linker will have to produce corresponding object code for moving to the new address.

malharjajoo
Автор

i think i understand the difference between the two, thanks to your video but can you show an example of dynamic inking. what would the code look like?

newperson