ISO c++ forbids declaration of 'iterator' with no typeVery well done sir. That was what it was looking for. Thanks a lot.
ISO c++ forbids declaration of 'iterator' with no typeI am trying to create a Map structure, but am having a problem with declaring the iterator for the c...