Ok I just need an idea or a source code to start my project.
I need to read a text file with fstream or any other thing.
This will be my txt file (nothing the same, just an example)
a = 6
b = 3
c = 7
a - b
b * c
c % b
a + c
So, when I read this txt file, make an output of the result value
Example:
a - b = 3
b * c = 21
>>>ETC,,,,,,,,,