Archive for the 'arithmetic' Category

03
May
08

COMPILADOR

COMPILADOR is a compiler for arithmetic expressions. It consists of a lexical and syntactic analyzer for a matrix of precedence. This program will check if the expression is well formed and then evaluates it. author: ezequielher

Compile using command Makefile of Linux : Download this Source Code

02
May
08

NEWSPAPERS

This source code will calculate the monthly value buy a newspaper every day assuming that prices change depending on the day of the week. You can change prices at this source, depending on what you charge to you. For compile that source you need set command ‘gcc’

Show this Source Code