 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Dec 20, 2006 10:10 am Post subject: header files |
|
|
//x.cpp
#include <h1>
#include "h2"
which directory will C++ first look for when including h1? h2?
Thanks! |
|
| Back to top |
|
 |
Erik Wikström Guest
|
Posted: Wed Dec 20, 2006 10:10 am Post subject: Re: header files |
|
|
On Dec 20, 11:01 am, c...@hotmail.com wrote:
| Quote: | //x.cpp
#include <h1
#include "h2"
which directory will C++ first look for when including h1? h2?
|
For <h1> it's implementation-dependent, for "h2" it's the same
directory as the file the #include-line is in.
--
Erik Wikström |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|