|
Projects
Fall 2009 Older Courses Spring 2009
Fall 2008
Spring 2008
Fall 2007 HOWTOs |
C-in-Scheme-CalculatorSteven Zukowski OverviewA simple Calculator using Scheme to create the GUI and C++ to do the actual calculations. The Calculator ad heirs to the standard order of operations, P.E.M.D.A.S. Screenshot![]() Concepts Demonstrated
External TechnologyUsing the foreign language library from scheme to allow C++ to handle parsing and evaluating the input string. InnovationUsing a language with better string handling procedures to handle parsing and evaluating the input string. Technology Used Block Diagram![]() Additional RemarksThe PLT documentation is terrible. It is confusing and entirely unhelpful for using the foreign language library. |