Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Comparison of files within the C and C++ forums, part of the Software Development category; Does the concept of header files and library files are same. In other words is a header file same as library files. If not what is the difference between the ...
|
|||||||
|
|||
|
Comparison of files
Does the concept of header files and library files are same. In other words is a header file same as library files. If not what is the difference between the two.
|
| Sponsored Links |
|
|||
|
Re: Comparison of files
Header files are files that are included in other files prior to compilation by the C preprocessor.Header files also can contain declaration of data and functions. A library is a collection of functions contained within a single file. Each library has a header file, which contains the prototypes of the functions contained within the library that may be used by a program.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Comparison of Computer Science from Computer Engineering in Job | norman | Information Technology | 4 | 10-29-2008 11:09 AM |
| Advantages of Header files | joel | C and C++ | 4 | 07-25-2007 09:12 AM |
| Files in UNIX | janelyn | Unix/Linux | 1 | 06-09-2007 10:24 AM |