On Tue, 26 Sep 2000, you wrote:
> 
> Hello,
> 
> I just picked up a book called Beginning Linux Programming from Wrox.  I have
> just started reading this book, and there are some questions that I think they
> assume I know, but don't.  I need to find a book or a webpage that explains
> several basic things.  Like why does every file in C start with #! include?

#! "shell" is the first line of a shell script. It indicates the name of the
shell, bash, in most cases.

#include <file.h> is an include file and this is used in C/C++.

-- 
Regards,
Phil Fraser
[EMAIL PROTECTED]

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to