1 / 2

Chapter 2

Chapter 2. 파일의 끝에 자료 추가 – p37 파일의 제거 – test1.c fcntl F_SETFL, F_GETFL 읽기 전용으로 개방된 파일을 읽기 쓰기용으로 개방된 파일로 변경 불가능 test2.c 표준입력 (0), 표준출력 (1), 표준오류 (2) Redirection < > pipe prog1|prog2 P42 IO test test3.c 실습 – 연습문제 2.15. Chapter 2. 표준 I/O 라이브러리 test5.c fprintf, perror

hu-bowers
Download Presentation

Chapter 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 2 • 파일의 끝에 자료 추가 – p37 • 파일의 제거 – test1.c • fcntl • F_SETFL, F_GETFL • 읽기 전용으로 개방된 파일을 읽기 쓰기용으로 개방된 파일로 변경 불가능 • test2.c • 표준입력 (0), 표준출력(1), 표준오류(2) • Redirection < > • pipe prog1|prog2 • P42 IO test • test3.c • 실습 – 연습문제 2.15

  2. Chapter 2 • 표준 I/O 라이브러리 • test5.c • fprintf, perror • 실습 – test5.c 를 시스템 호출 프로그램으로 변환하라.

More Related