c/c++ 에서 #include 지시어의 " " 와 < > 의 차이점이 궁금합니다.

vudghkzm의 이미지

c/c++ 에서 사용하는 전처리기 지시어인 include 를 사용할때 " "를 사용하는 것과 < >를 사용하는 것의 정확한 차이점이 무엇인지 궁금합니다.

Ghacker의 이미지

컴파일 할 때 gcc -I/usr/include 와 같은 형식으로 시스템에서 가지고 있는 헤더 디렉토리가 컴파일러로 전달됩니다..

그래서 #include 라고 했을 때 /usr/include/stdio.h파일을 가져오게 되는 것이죠..

하지만. #include "stdio.h"라고 했을 때는 현재 컴파일 중인 디렉토리에서 stdio.h를 찾게 됩니다.

다시 말해서 아래의 두 문장은 같은 동작을 합니다.

#include
#include "/usr/include/stdio.h"

물론.. 헤더파일들이 /usr/include 에 있는 경우에 말이죠..

gcc의 -I 옵션을 살펴보시면 조금 도움이 될 듯 싶습니다.

익명 사용자의 이미지

""가 <> 보다 범위가 넓습니다.

일단 두개의 경로 A와 B가 있다고 칩시다.

<>는 컴파일러가 미리 정해놓은 위치 A에서 헤더파일을 찾습니다.

""는 컴파일러가 미리 정해놓은 위치 B에서 헤더파일을 찾습니다. 만약 찾을 수 없으면, A에서 다시 찾습니다.

보통 A는 /usr/include/ 혹은
C:\Program Files\Microsoft Visual Studio 8\VC\include 이런데고
B는 소스파일이 있는 위치입니다.

익명 사용자의 이미지

좋은 정보 감사합니다!

vacancy의 이미지

https://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html

#include
This variant is used for system header files. It searches for a file named file in a standard list of system directories. You can prepend directories to this list with the -I option (see Invocation).
시스템 헤더를 include하는데 사용합니다.

#include "file"
This variant is used for header files of your own program. It searches for a file named file first in the directory containing the current file, then in the quote directories and then the same directories used for . You can prepend directories to the list of quote directories with the -iquote option.
유저의 헤더를 include하는데 사용합니다.

누군지 모르겠는 사람의 이미지

<>는 c/c++ 이 기본적으로 지원 하는 것, " "는 사용자가 만든 것이라고 들은 적이 있습니다.

김정균의 이미지

"" 는 상대 경로라고 보시면 됩니다. 예를 들어 #include "version.h" 는 ./version.h 를 찾습니다. 하지만 #include 는 /usr/include 와 같이 compiler 의 기본 INCLUDE header directory 또는 -I 옵션을 지정된 디렉토리에서 version.h 를 찾습니다.

그러므로, compiler 에 -I 옵션을 이용하여 특졍 경로의 사용자가 만든 header 도 <> 로 호출을 할 수가 있습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.