Hi Jarle,
sorry for my late reply, but I learned a lot in the past.
I got a question concerning the result::iterator....
The iterator got a incremental operator, but does it have a
decremental
operator too??
Yes. Please look at http://www.icce.rug.nl/docs/cplusplus/ to get a general
description about "iterators"
Can you initialize the iterator a value, for instance to a integer?
No. An iterator is a pointer to an object. If the object is "only" an
integer this ist possible but not in general.
Greetings,
Alexander