I am trying to write a program in c that converts a string into a mathematical function to be used in my program. For example: the user will input x+3+7 as a string then the program will convert it to an equation that can be calculated.
Until now I have been able to run a program that parses the string.. but im stuck there. I just want to know the steps in general and then I will complete the code.
New contributor
Meryem İbrahim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1