Results 1 to 2 of 2
hi all ,
am a newbie to linux. I have an assignment to explain one of the linux source files and header files.Can anyone please help me as to how ...
- 11-09-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
source and header files
hi all ,
am a newbie to linux. I have an assignment to explain one of the linux source files and header files.Can anyone please help me as to how to go about it??Thanks in advance!!
- 11-09-2007 #2
the source file is just an ASCII file, (i can be non ASCII one but most of the case it is ) , wish the compiler reads and compile, assemble to the machine language , the header file is a file will allow you to include it in your sources , just like for example the math libraries ,in order to use them you have to do #include<math.h> then the compiler will look for the math libraries and include the necessary functions , you can also produce your own header file in your project , i mean not all the programs has to be written in the same source file, since you can define your objects/methods/ ..... in another sources and link them if needed .
if this is not that helpful post here or just use wikipedia .
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote