When we build a programe,some symbols are to be resolved at link time(like those in a .lib
),
but some can be resolved at run time(those in a .dll
),
my doubt is that how does the compiler know about this, or how do we notify the compiler about this?