944,192 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 2452
  • C++ RSS
Jun 11th, 2006
0

doubt about header file implementation

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
johnray31 is offline Offline
68 posts
since Nov 2005
Jun 11th, 2006
0

Re: doubt about header file implementation

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.
Last edited by Ancient Dragon; Jun 11th, 2006 at 2:50 pm.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2283
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,963 posts
since Aug 2005
Jun 12th, 2006
0

Re: doubt about header file implementation

then how these implementation is called by compiler to use in our source file plz give me some detail explanation

thankx
Last edited by johnray31; Jun 12th, 2006 at 12:28 am.
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
johnray31 is offline Offline
68 posts
since Nov 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: need a little help becaus im a little new
Next Thread in C++ Forum Timeline: StringGrid, releasing of memory





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC