Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPNC

An RPN calculator that reads a series of expressions in RPN form from a file. The user has two options: they can enter the filename as a command line argument or they may be prompted for a filename after launching the program. In either case, the program halts if the file does not exist. Individual expressions in RPN format (see below) are read from the file. If an expression is well-formed the program will evaluate it and display the expression along with its results on the console. Malformed expressions result in an error message being displayed on the console.

Input: an ASCII text files with formatted numbers and operands - can also be entered via command line Output: Math Preconditions: none Postconditions: none

About

A CSC project about postscript mathmatics and stacks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages