Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-12 | Actually run astyle on the file... | zlg | 1 | -23/+23 | |
2016-10-12 | Solve Exercise 7-5: RPN calculator with scanf() | zlg | 1 | -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. |