Transcription: C++ compilers come with a set of standard header files. These header files contain declarations for library functions and definitions of implementation specific values. If you want to include a standard header file, surround the name of the header file with angle brackets. The system will look for the header file in the directories that contain standard header files. These directories and the order in which they are searched can vary from compiler to compiler.