User: wizulis

  • Public profile

User profile: wizulis

User info
User name:wizulis
History
Joined:
Number of posts:10
Latest posts:

Timing programm with chrono problem.
@NwN Hmm .. I think [code]std::chrono::system_clock::now() - Started [/code] returns a duration ...

Timing programm with chrono problem.
So I have my program that does some stuff for a some period of time. I'm trying to output time taken...

Is this possible anyway
You mean...like a vector? [code] #include <vector> #include <iostream> int main () { int a[]={1,...

class + std::async not working together.
Asked the question in stackoverflow and got the answer there. http://stackoverflow.com/questions/1...

class + std::async not working together.
<future> comes with C++11. do_rand_stf is defined just above run(). [code] std::pair<int,int> do...

This user does not accept Private Messages