You are on page 1of 1

http://www.cplusplus.

com/reference/std/iterator/ In C++, an iterator is any object that, pointing to some element in a range of elements (such as an array or a container), has the ability to iterate through the elements of that range using a set of operators (at least, the increment (++) and dereference (*) operators). The most obvious form of iterator is a pointer:

MEMORY CORRUPTION :::::::::::::::::::::::::::::::::: http: LS/C++MemoryCorruptionAndMemoryLeaks.html http://www.cprogrammingreference.com/Tutorials/Advance_Tutorials/mouseprogramming.php http://www.cprogrammingreference.com/Tutorials/Games_Programming/Snake.php http://winapi.foosyerdoos.org.uk/info/user_cntrls.php#SimpleWnd

You might also like