Help Me

I am using Dev c++ but it cannot support for STL programs it provides some error at the time map declaration and iterator declartion.

Please Help What I do for support stl programs in DevC++

I include the below header , is it wrong?
#include<map>
Last edited on
Did you include the correct headers? To use std::map you have to include <map>.
I've never used DevC++ but it's something that constantly comes up in threads. It's a horribly-out-of-date compiler that was never very good. If you want something that will work, switch compilers.
Your information about your code is pretty poor. Do you use std::map or using namespace std and then map?
Topic archived. No new replies allowed.