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...
Show off your group to the world. Share a photo of your group with us.

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 #68781 of 71513 |
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 this way:

#include <stdio.h>


can anyone clear the differences between this two ways? is it for
different purposes? or it's same to use anyone of the above 2 ways?




Fri Nov 21, 2008 4:11 pm

mdtarik
Offline Offline
Send Email Send Email

Forward
Message #68781 of 71513 |
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