cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Help Me
Help Me
Mar 31, 2012 at 5:31am UTC
Rajkarthick
(18)
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
Mar 31, 2012 at 9:22am UTC
Mar 31, 2012 at 5:36am UTC
Peter87
(11234)
Did you include the correct headers? To use std::map you have to include <map>.
Mar 31, 2012 at 6:43am UTC
Stewbond
(2827)
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.
Mar 31, 2012 at 11:38am UTC
frema
(38)
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.