SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar problem. Using size_t was not working. I tried the other one which worked for me. (as below)
for(int i = things.size()-1;i>=0;i--) { //... }