j
k
j a
j l
Hi All,
cat progress.cpp
#include int main( ) { boost::progress_timer t; sleep( 5 ); return 0; }
g++ progress.cpp
./a.out 0.00 s
I was expecting a number >= 5.00 s! What am I missing? Thx, Rob.
Attachments:
Back to the thread
Back to the list