Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for ramyking
Member Avatar for ramyking

i ve programmed a postfix calculator it woks fine until if make new calculation e.g: 3+4*2 =11 new try 3+4*2 i get stack empty error does anyboy knows why [code] using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace postcalc …

Member Avatar for ylizabeth
0
695
Member Avatar for ramyking

hey i guys iam trying to make a postfix calculator it works very well with the number but when u tried to add parantheses the code doesnt seem to work well [code] /*Programmer : Ramy Selim * E-mail:themurder2005@hotmail.com * postfix calculator */ using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; …

Member Avatar for ddanbe
0
1K