
-----------------------------------
riveryu
Sat Mar 21, 2009 7:09 pm

C++ Iterators, using MinGW
-----------------------------------
How do you use iterators?
Code below gave me a strange error. 
Windows XP gave me an error and forced me to close it, along with send or not send report.
Thanks in advance. 

#include
#include
#include
#include

using namespace std;

int main () {
map m;
m

How do you do C++ syntax tags...?

-----------------------------------
saltpro15
Sat Mar 21, 2009 7:18 pm

RE:C++ Iterators, using MinGW
-----------------------------------
which compiler are you using?
and c++ syntax tag is  ;)

-----------------------------------
riveryu
Sat Mar 21, 2009 7:32 pm

RE:C++ Iterators, using MinGW
-----------------------------------
The title says "...using MinGW", by that i mean i'm using "Minimalist GNU for Windows" compiler.

http://www.mingw.org/ 