What do 'statically linked' and 'dynamically linked' mean?
        Posted  
        
            by Unkwntech
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Unkwntech
        
        
        
        Published on 2008-11-22T23:09:57Z
        Indexed on 
            2010/05/06
            4:18 UTC
        
        
        Read the original article
        Hit count: 435
        
I often hear the terms 'statically linked' and 'dynamically linked', often in reference to code written in C(++|#) but I don't know much of anything about either, what are they, what exactly are they talking about, and what are they linking?
© Stack Overflow or respective owner