I had these statements in my prog:
and when I tried to advance my iters, I got infinite loops.Code:#include <iostream> #include <fstream> #include <cmath> #include <list> using std::list; using std::ofstream; using std::cout; using std::cin;
Do I have to say something like:
????????????Code:using std::list<>::iterator;



LinkBack URL
About LinkBacks



