We are going to make a linked list of elephants. Each elephant will have a name. 41 ... pointer to the next element on the list. struct elephant. char name[50] ...
CS1102C Tutorial. TA: Pavel Korshunov. Tutorial 3. 11 Sep 2006 ... Iterator is just a pointer to the element. vector int ::iterator ... Create: vector int vec; ...