This is the first big program I'm gonna do and so far, i have really no idea on how to go about it.
Basically, I aim to create a C++ program that:-
- Takes expressions of the form...
[TEX](3+4(5*2)+(3/(sin 62))-4)[/TEX]
or similar ones and evaluates them - Takes equations of the form
[TEX]F=qQ/(4*3.14*8.85*r^2)[/TEX]
Asks the user what is constant and what varies, and creates a graph on the screen. Options would include saving graphs,reading from disk,etc. - May add a few more things later
Some help and basic stuff on how to approach this would be really helpful.
And oh, this is my first post here. Thanks!:)