Searching a list of vectorsYour question is a bit vague. Do you want to count the number of times a letter occurs in a vector o...
Drag and drop itemsThankyou, this is almost exactly what I was looking for, and I'm confident I can tweak it to work fo...
The programme does not read the data from the fileLine 97: You go into a loop for each item in the vector. Unfortunately, the items only get added int...
Turning a whole array into an entity for another!It sounds like you need a collection class of some kind. You could use the [tt]vector[/tt] class to ...
Get a numberIt breaks if you have invalid input longer than 65 characters long because you don't break out of th...