doubt about header file implementation

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2005
Posts: 61
Reputation: johnray31 is an unknown quantity at this point 
Solved Threads: 0
johnray31 johnray31 is offline Offline
Junior Poster in Training

doubt about header file implementation

 
0
  #1
Jun 11th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,348
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1461
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: doubt about header file implementation

 
0
  #2
Jun 11th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 61
Reputation: johnray31 is an unknown quantity at this point 
Solved Threads: 0
johnray31 johnray31 is offline Offline
Junior Poster in Training

Re: doubt about header file implementation

 
0
  #3
Jun 12th, 2006
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC