[Share] Scientific Calculator

I'm a college freshman and I wrote a scientific calculator extended from a homework in the DSA course.
If you have any comment or suggestion about my program,or you found something wrong in my program, please let me know.I'll appreciate that a lot~:)
Thank you.
http://www.csie.ntu.edu.tw/~b99902025/Scientific_Calculator.exe
Last edited on
Neat. Though it would be easier to comment if I could see the source..

Console isn't really meant for this. You should move to some gui.
What exactly are the capabilities of this thing?
You can use up to 3 variables(X,Y,Z) to represent the undetermined number and give them value later (ex. X+Y+Z )
How can these variables be used?

Also, I see lots of "ów" and similar thing for borders. Was that intended or is this due to difference character sets?
Last edited on
Sorry, my source code isn't neat at all...

I haven't learn GUI yet but I think I will do so if I learned.

the variables is like this:

Input: X+Y
Output:

Input: X+Y
Output:
X=1, Y=2

Input: X+Y
Output:3

I think something like "ów" is due to difference character sets I guess...

Topic archived. No new replies allowed.