G
Gernot Frisch
Hi,
I'm not very familiar with the std container classes, yet. What's your
favourite style of writing:
std::list<int> li;
std::list<int>::iterator it = li.begin();
std::advance(it, 5);
for( ; it!=li.end(); it++)
...
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
I'm not very familiar with the std container classes, yet. What's your
favourite style of writing:
std::list<int> li;
std::list<int>::iterator it = li.begin();
std::advance(it, 5);
for( ; it!=li.end(); it++)
...
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com