User: Xupicor

  • Public profile

User profile: Xupicor

User info
User name:Xupicor
History
Joined:
Number of posts:3
Latest posts:

istringstream in a loop
Consider: [code]std::istringstream ss("hello there!"); std::string str; int i = 5; while (i-- > ...

cin/cout-printf/scanf
I'd love to see that, sure. :) edit: Still, if you take the creating of the string outside the loop...

cin/cout-printf/scanf
About printf being faster than cout - it is implementation dependant. Here, a naive benchmark: [cod...

This user does not accept Private Messages