Re: how to send data up the stack

2010-08-11 Thread Evan Lavelle
You're making this way, way, too complicated. Cut down your code into a 50-line example that doesn't work, with an example of an input that shows right-associativity (try a=b-c-d rather than a=b+c+d). By the time you've done this, you'll almost certainly have fixed the problem yourself. If not,

Fwd: how to send data up the stack

2010-08-11 Thread Chris verBurg
(FYI) -- Forwarded message -- From: Sasan Forghani Date: Wed, Aug 11, 2010 at 8:18 AM Subject: Re: how to send data up the stack To: Chris verBurg Phil and Chris thank you for the response. I actually figured out what was wrong last night. I had my printf statements as there