CIS 22 - Data Structure: Infix/Postfix Conversion
Source Code
In C using unions
Stacks
Header (stacku.h)
Implementation (stacku.c)
Program (eval.c)
Input file for testing
In C++ using templates and
exception handling
Stacks
Header - template (stackt.h)
Implementation - template (stackt.inl)
Program (eval.cpp)
Input file for testing
Back to
CIS 22 home page