Posted: Wed Sep 26, 2007 5:24 pm
thanx, i suppose that's what an iterator is, right? so is there an advantage to using iterator to perform such operations?
The Place to Start for Operating System Developers
https://f.osdev.org/
Ehm... for example in those cases where you want something that looks like a pointer but actually is an object (for which you can overload operators)... i.e., in your very case.eboyd wrote:so is there an advantage to using iterator to perform such operations?
Yes.eboyd wrote:thanx, i suppose that's what an iterator is, right? so is there an advantage to using iterator to perform such operations?