hi, I have little problem with this code, I wanna make something like calculator where you will write scheme and it will calculate it... but when I wanna cout number so I can see if it works it will print decimal value from ascii table
because I don't know how to manipulate with chars inside strings alone (I don't know if it is possible), and I'm using string first because strings are easier to work with than chars (for me...)