why this code not playing voice of cat i.e. when selected CAT from ListBox and p

Started by Nabeel Nazir, 09 September 2013, 08:22:32

texus

You have an iterator 'it' that points to the first element in the list.
The advance function will increment it a few times so that the iterator then points to the x'th element in the list.

If you want quick answers then I think you would better google for it. I'm sure you'll find enough explanation at cplusplus.com.