User profile: donkeyshow

User info
User name:donkeyshow
Name:The Donkey Show
Location:Tijuana
History
Joined:
Number of posts:2
Latest posts:

string iterator
This ended up being the solution: [code]auto startiterator = songPath.rend() - songPath.find('.'); ...

string iterator
I am trying to iterate through a file path to extract the file name. since the . separating the nam...