LinkedList - Current element
Posted: Wed Sep 26, 2012 11:36 pm
Anyone knows hot to get the position of actual element in a LinkedList (without using help variables)? I can only set a new position, but not see which is current (for debugging reasons).