본문 바로가기

Code Inside

검색하기
Code Inside
프로필사진 HongCorin

  • 분류 전체보기 (34)
    • Coding Test (4)
    • Computer Science (20)
    • C++ (3)
    • 자료 구조 (1)
    • Side Projects (1)
    • ETC (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • logic gate
  • codingtest
  • 논리게이트
  • ram
  • 메모리
  • CS50
  • Kakao
  • network
  • programmers
  • kakao coding test
  • 코딩테스트
  • c++
  • 이더넷
  • 네트워크
  • broardcast
  • TCP
  • 프로그래밍
  • Compiler
  • Ethernet
  • English
  • CS
  • C
  • 프로그래머스
  • DRAM
  • Coding Test
  • javascript
  • kakao입사
  • string
  • 병렬 통신
  • memory
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록compiling (1)

Code Inside

CS50 - Week 2 (1) Compiling

# Week 2 주제 Compiling Debugging Memory Arrays Characters Strings Command-line arguments Applications # Compiling 지난 시간 우리는 C언어로 "hello, world" 를 screen 에 출력하는 법을 배웠다. : #include int main(void) { printf("hello, world\n"); } $ make hello ---> 명령어를 통해서 source code => machine code 로 변경(compiling) 한다. $ ./hello ---> 명령어를 통해서 실행(run) 한다. $ make ---> 는 'clang' 이라고 부르는 C 언어 전용 compiler 이다. hello.c 를 아래 ..

Computer Science 2022. 9. 17. 21:33
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바