doubt about header file implementation
hello friends,
as i know header file contain the declaration then in which file they contain implementation/initialization and where these files are put
in turbo c++ compiler i am able to see header files declaration but where is implementaion/initialization file is they are put in same directory with same name ...
plz give me some light on this toppic or give me any link that could clear my doubt
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0
implementation is normally in either a *.lib or *.dll and may or may not have the same name as the header file. You will probably not have the source code for system libraries and dlls. normally will NOT have the same name because libraries and DLLs contain implementation for many many header files. Look in your compiler's lib directory for these files.
Ancient Dragon
Retired & Loving It
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
then how these implementation is called by compiler to use in our source file plz give me some detail explanation
thankx
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0