Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Header file??   Message List  
Reply | Forward Message #68784 of 71514 |
Re: [c-prog] Re: Header file??

On Fri, Nov 21, 2008 at 11:45 AM, Akash Jain <akashj87@...> wrote:

> the header files included in "" are user defined..or we can say the customized
ones..wheres in <> means they are prefined in the c++ library, and are used "as
is" ,
> one more aspect of it is that, if you have two header files of the same name,
one is user defined and other is system defined, then the user defined is taken
in action

Headers in <> are typically searched for in the default include search
path. Headers in "" are searched for in default path AND any
additional paths provided to the compiler (-I parameter in gcc, for
instance).

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi



Fri Nov 21, 2008 5:00 pm

smartandkewl
Offline Offline
Send Email Send Email

Forward
Message #68784 of 71514 |
Expand Messages Author Sort by Date

i'm new to learn C. i'm using Visual studio C++ to learn C. i found that sometimes header files are included in this way: #include "stdio.h" but sometimes in...
Md Tarik Mahmud
mdtarik
Offline Send Email
Nov 21, 2008
4:20 pm

... See: http://tech.groups.yahoo.com/group/c-prog/files/html/headers.html...
shabble
Offline Send Email
Nov 21, 2008
4:22 pm

hello the header files included in "" are user defined..or we can say the customized ones..wheres in <> means they are prefined in the c++ library, and are...
Akash Jain
akashj87
Offline Send Email
Nov 21, 2008
4:54 pm

... Headers in <> are typically searched for in the default include search path. Headers in "" are searched for in default path AND any additional paths...
Brett McCoy
smartandkewl
Offline Send Email
Nov 21, 2008
5:09 pm

... Um, no. ... And again, no. ... Did you even bother reading the link I posted, which you quoted (and mangled)?... ... [...] ... Thought not. -- PJH ...
Paul Herring
shabble
Offline Send Email
Nov 21, 2008
8:03 pm

Well what i can tell you is that ... listen carefully for the #include<stdio.h> it is inside the compiler it is system or compiler define header files that has...
Prince Annan Koomson
pk_annan
Offline Send Email
Nov 22, 2008
3:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help