Skip to content

Latest commit

Β 

History

History
23 lines (14 loc) Β· 1.04 KB

c_cpp_extern.md

File metadata and controls

23 lines (14 loc) Β· 1.04 KB

c++μ—μ„œ c ν•¨μˆ˜ μ‚¬μš©

  • extern "C" Keyword μ‚¬μš©

  • κ°„λ‹¨ν•œ 예제 μ½”λ“œ ✨

    • λ¨Όμ €, c둜 κ΅¬ν˜„λœ ν•¨μˆ˜ (calculator.c)κ°€ λ‹€μŒκ³Ό κ°™λ‹€κ³  ν•  λ•Œ,

      TIL/prograaming/extern_c_calculator.c
    • ν•¨μˆ˜μ— ν•΄λ‹Ήν•˜λŠ” ν—€λ”νŒŒμΌμ—μ„œ μ•„λž˜μ™€ 같이 μΆ”κ°€ν•˜μ—¬μ•Ό 함.

      TIL/prograaming/extern_c_calculator.h
    • c++ νŒŒμΌμ—μ„œλŠ” λ‹€μŒκ³Ό 같이 c ν•¨μˆ˜λ₯Ό μ‚¬μš©ν•  수 있음.

      TIL/prograaming/extern_c_example.hpp
      TIL/prograaming/extern_c_example.cpp