Skip to content

devMal1/Calcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calcpp

A command line calculator application

Project Structure

Command

  • A model used to hold the contents of a calculator command (the operation, the arguments)

Computer

  • Computes the answer given by the components of the CalcCommand

Console

  • The interface used for input and output

Parser

  • Used to create a CalcCommand given the user input from the console

How to run

  1. (... compile the main.cpp and each component from the calculator)
  2. Run the executable produced

Features I want to add

  1. Remebering the answer of the previous command, to be used as a command for the user
  2. Autocomplete for the operation of the command

About

A command line calculator application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages