#include <something.h>

  • 컴파일러가 설치되어 있는 폴더에서 헤더파일을 찾아라.

#include “something.h”

  • 개발자가 사용하고 있는 프로젝트 폴더나 개발자가 추가포함 디렉터리로 지정해준 경로에서 헤더파일을 찾아라.