Posts by AbsoluteGalaxy • 11 points
1 post
-
1
votes2
answers47
viewsQ: Problem when replacing strings
Hi, I’m starting to create an equation interpreter, I want to replace the operators with words, but things aren’t going well... main.cpp #include <string> #include <iostream> #include…