Auto not being recognised by the compiler, what would be the best replacement?
- by user1719605
So I have wrote a program that uses auto however the compiler doesn't seem to recognize it, probably it is an earlier compiler.
I was wondering for my code, with are suitable variables to fix my code so that I do not need to use the auto keyword? I'm thinking a pointer to a string? or a string iterator, though I am not sure.
#include…