Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 293 Bytes

CalcList

A calculator implementation in C++ using a singly linked list to keep track of operations and their results

Header Files and Classes: CalcList.hpp and CalcListInterface.hpp

Key Components: Node Structure, CalcList Class

Error Handling

Test Suite: Uses Catch2 for unit testing.