P
puzzlecracker
let's say I have
string str=etc/temp/erase;
I need to extract
etc
temp
erase
is there a quick function in c++ for that with me having to write one?
THanks
string str=etc/temp/erase;
I need to extract
etc
temp
erase
is there a quick function in c++ for that with me having to write one?
THanks