aboutsummaryrefslogtreecommitdiff
path: root/ch7/7-05_postfix-calc-scanf.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-12Actually run astyle on the file...zlg1-23/+23
2016-10-12Solve Exercise 7-5: RPN calculator with scanf()zlg1-0/+114
This exercise was deceptively simple, and ended up simpler than the original! The *scanf series of functions is very useful, but you also have to be careful or you'll run into segfaults.