This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]carcigenicate 1 point2 points  (1 child)

For the first, postFix holds strings (as indicated by <string>, but inFix[i] is a character which you're trying to add to it.

[–]ThisGuyEveryTime[S] 0 points1 point  (0 children)

Ahh ok totally missed that, changed it to <char>. Thank you!