흑우의 공부일기
총방문자
오늘
어제
#include <something.h>, #include “something.h”차이
#include 컴파일러가 설치되어 있는 폴더에서 헤더파일을 찾아라. #include “something.h” 개발자가 사용하고 있는 프로젝트 폴더나 개발자가 추가포함 디렉터리로 지정해준 경로에서 헤더파일을 찾아라.