| | |
doubt about header file implementation
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2005
Posts: 61
Reputation:
Solved Threads: 0
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
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
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.
![]() |
Similar Threads
- Header File (C++)
- header file/ classes (C++)
- compile header file (C++)
- Link source code and header file together? (C++)
- How to write a header file (C++)
Other Threads in the C++ Forum
- Previous Thread: need a little help becaus im a little new
- Next Thread: StringGrid, releasing of memory
| Thread Tools | Search this Thread |
api array based binary bitmap c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






