Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: diff between #include <fred.h> and #include "fred": msg#00005
|
Subject: |
Re: diff between #include <fred.h> and #include "fred" |
On Tue, 4 Jan 2005, K. Richard Pixley wrote:
> Steven W. Orr wrote:
>
> > <> is used to access system include files. "" is used to access user include
> > files.
> >
> This is only conventional. It's not enforced by anything.
>
> Yes, the only technical difference is that "" searches current
> directory first, by default.
yup, that's the answer i was looking for, thanks.
rday
|
| |