Posts by Maria Cristina • 41 points
2 posts
-
1
votes1
answer178
viewsQ: Take the result of an expression in c++
I’m almost done with my expression interpreter. But I have no idea how to do the most important part : The result I’d learn a lot from any idea. main.cpp #include <string> #include…
-
3
votes1
answer68
viewsQ: Error in Lexing a Mathematical Equation
I’m doing a C++ equation interpreter and I’m trying to show the type of the symbol. But I’m in trouble. I don’t know what’s wrong. Any constructive tips are welcome. main.cpp: #include…