Skip to content

anoask/calc-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Linked-list based arithmetic calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages