STL Internet and Web Resources
Answers to Self Review Exercises
| 23.1 | 
			 False. These were avoided for performance reasons.  | 
		
| 23.2 | 
			 Associative.  | 
		
| 23.3 | 
			 Input, output, forward, bidirectional, random access.  | 
		
| 23.4 | 
			 False. It is actually vice versa.  | 
		
| 23.5 | 
			 True.  | 
		
| 23.6 | 
			 False. STL algorithms are not member functions. They operate indirectly on containers, through iterators.  | 
		
| 23.7 | 
			 True.  | 
		
| 23.8 | 
			 stack, queue, priority_queue.  | 
		
| 23.9 | 
			 False. It actually yields the position just after the end of the container.  | 
		
| 23.10 | 
			 Iterators.  | 
		
| 23.11 | 
			 Random-access.  |