headers background
BeDict Logo

headers

/ˈhɛ.dəs/

Meanings

noun

Examples :

이 문서의 머리글을 줄이면 본문이 한 페이지에 들어갈 것입니다.
noun

Examples :

오래된 집은 난방 시스템의 일정한 수압을 보장하기 위해 헤더를 설치하기 전까지 시끄러운 파이프를 가지고 있었습니다.
noun

Examples :

C++ 프로그램은 화면에 텍스트를 출력할 수 있도록 표준 입출력 헤더에 접근하기 위해 `#include `을 사용합니다.
noun

Examples :

"To use the `printf` function in our C program, we need to include the `stdio.h` headers, which tell the compiler how to use `printf` without providing the actual code of `printf` itself. "
C 프로그램에서 `printf` 함수를 사용하려면 컴파일러에게 `printf` 자체의 실제 코드를 제공하지 않고도 `printf`를 사용하는 방법을 알려주는 `stdio.h` 헤더 파일을 포함해야 합니다.