Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 496 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 496 Bytes

InfCalculator

Project for Introduction to System Programming

Team Members

이름 학번
박동준 2020057501
조건희 2020050419
이은비 2020062324
정유민 2020058268

Build

gcc -o inf_calc main.c

Usage

inf_calc input
inf_calc input -log
inf_calc -type
inf_calc -type -log

Options

-log : 수정된 후위 표기식, 계산 과정을 출력합니다

-type : 파일에서 식을 읽는 대신 키보드로 식을 바로 입력합니다