istringstream in a loopConsider: [code]std::istringstream ss("hello there!"); std::string str; int i = 5; while (i-- > ...
cin/cout-printf/scanfI'd love to see that, sure. :) edit: Still, if you take the creating of the string outside the loop...
cin/cout-printf/scanfAbout printf being faster than cout - it is implementation dependant. Here, a naive benchmark: [cod...
This user does not accept Private Messages