Find the answer to your Linux question:
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 ...
  1. #1
    Just 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!!

  2. #2
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...