![]() |
difference between header file and library file
May anyone tell me about the difference between header file and library file in c/c++
|
Re: difference between header file and library file
You have posted in the wrong forum and I have moved the thread to the correct forum.
Normally in header file the function / Class definitions exist and in lib files the implementation of the functions reside. |
Re: difference between header file and library file
Thanks 4 help. may u tell me in depth about it?
|
Re: difference between header file and library file
Depth about it can be explained with an example.
Lets we define a Class A in file a.h and its function definition lies in a.cpp Then when you compile and create the library the definition of function lies in the .h files and the implementation lies in the lib files. Like say iostream.h files hold the function signatures of the function and the corresponding lib files has the actual implementation of the function. |
| All times are GMT +5.5. The time now is 05:31. |