Recent Changes - Search:

Home

Is the Laser up?

People

Publications

Calendar

Projects

Spring 2012

Older Courses

Fall 2011

Spring 2011

Fall 2010

Spring 2010

Fall 2009

Spring 2009

Fall 2008

Spring 2008

Fall 2007

HOWTOs

edit SideBar

Steven Zukowski
December 10, 2008

Overview

A 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

  • Recursion is used through out the parser and eval functions.

External Technology

Using the foreign language library from scheme to allow C++ to handle parsing and evaluating the input string.

Innovation

Using a language with better string handling procedures to handle parsing and evaluating the input string.

Technology Used Block Diagram

Additional Remarks

The PLT documentation is terrible. It is confusing and entirely unhelpful for using the foreign language library.

Edit - History - Print - Recent Changes - Search
Page last modified on December 11, 2008, at 08:15 AM