In the previous post STL : An introduction Part 2 :
Containers and their types and gave a little brush upon vectors too. This post is a continuation of the previous post and if you have not read it, I highly recommend you to take a look at it.
In this post I will be walking you through
- Iterators : types and some examples.
- Algorithm : some basic algorithms like sort(), insert() using vector object.
- Functors( function objects) : an introduction
- String class :