Posts by Nico Engels • 11 points
1 post
-
1
votes1
answer103
viewsQ: Convert reverse_iterator to iterator?
I am writing an XML interpreter in C++, when I find a bad formation in XML I would like to show the error row and column. I am working with string Iterators and created a function to format the…