anybody know how to explain this???
set_difference(a.begin(), a.end(), b.begin(), b.end(), result.begin());
std::=is this algorithm??? how thus this code work???
vector<char>=how vectors work???
cassert=how thus this work???
back_inserter(setDifference)->i don't know how this code work???