This program was made to show how to evaluate an expression. The program supports ^,*,/,+,- and does order of operation. The main unit is about 270 lines.
File List:
EvalExample.cfg
323b
EvalExample.dof
1Kb
EvalExample.dpr
197b
EvalExample.res
2Kb
EvalExample.~dp
197b
EvalUnit.dcu
10Kb
EvalUnit.dfm
1Kb
EvalUnit.pas
11Kb
EvalUnit.~df
1Kb
EvalUnit.~pa
11Kb
Similar code
Formatting RichEdit with HTML tags
(Popularity: ) : For my second venture in Delphi I decided to convert another one of my Visual Basic uploads to Delphi. This ... Base Converter
(Popularity: ) : This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, ... Char Statistic / Count
(Popularity: ) : Just a sample how to calculate character in one text/paragraph. Usefull if you want to do a char count/statistic. Encryption Component
(Popularity: ) : TO get the script for this not in component form, check out my string encryption upload and please rate*** This ...