I'm not sure that I understand your question. In general, files that are #included with double quotes (#include "foo.h") should be in the same directory as the source file. Files that are included with angle brackets (#include <iostream>") are standard headers that are installed by your compiler.
----
Scott J. Kleper
Author, "Professional C++"
(Wrox, 2005)
|