Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 20th, 2008, 02:05 AM
June Lee
Guest
 
Posts: n/a
Default include header

when include headers in C++ what's different when using

< or " " like the following?


#include "ne_session.h"
#include <ne_uri.h>
  #2  
Old March 20th, 2008, 02:25 AM
Christopher
Guest
 
Posts: n/a
Default Re: include header

On Mar 19, 9:03 pm, June Lee <iiu...@yahoo.comwrote:
Quote:
when include headers in C++ what's different when using
>
< or " " like the following?
>
#include "ne_session.h"
#include <ne_uri.h>
First hit on Google when searching for: include "" vs include <>
http://www.thescripts.com/forum/thread138207.html

Tryed Google advanced search to limit to this NG, but couldnt get it
to work :(

At any rate it has been asked before, Google is your friend.
  #3  
Old March 20th, 2008, 02:55 AM
Alexander Dong Back Kim
Guest
 
Posts: n/a
Default Re: include header

On Mar 20, 1:03 pm, June Lee <iiu...@yahoo.comwrote:
Quote:
when include headers in C++ what's different when using
>
< or " " like the following?
>
#include "ne_session.h"
#include <ne_uri.h>
#include "..." means the header file is in the same directory,
where #include <...means the header file is in the directory that
the compiler uses.

My explanation is not covering everything about the differences
between two. As Christopher recommended you, do some googling, you
will find more than millions of tutorials =)

cheers,
Alex
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles