User profile: Zaap

User info
User name:Zaap
History
Joined:
Number of posts:101
Latest posts:

Threading: changing processor count does not change performances
So after some extra measurements, it seems that it is now working by its own (nothing unusual). Fro...

Threading: changing processor count does not change performances
Thank you all for your interesting answers. I gonna reply to each in the same order. @kigar64551 Yo...

Threading: changing processor count does not change performances
Hi, I've been doing some multi-threading in my program. This program essentially iterates over a ...

vector push_back passing size from 0 to overflow
Hi, please see the following code and the associated prints. I also add the Argument class below. ...

Reading many lines and separating by spaces on each line
What I would do instead of your while is the following: [code] std::ifstream myFile(filename); while...