Link to home
Start Free TrialLog in
Avatar of r_sam_14
r_sam_14

asked on

Library

When we create dll we end up with .lib , .dll files ,similarly the c/c++ runtime library has got .lib files( example: of their declaration is in stdio.h,iostream.h) then what is the difference between these two .lib files ?
Avatar of r_sam_14
r_sam_14

ASKER

Please give example to explain the difference clearly
ASKER CERTIFIED SOLUTION
Avatar of mayab
mayab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you mayab

can you explain why stdio.h/iostream.h are packaged as static library and afxwin.h is packaged as dll.