Note that, when a file specification is surrounded by double-quotation
marks, "..."
, the C++ compiler attempts to find the file in
the current directorywhich is presumably the same one that contains the
source-code file.
If that attempt fails, most compilers try harder, as you learn in the hardcopy version of this book.