Do you understand this?

I have a program that reads a file in binary, does some calculations with the numbers that are read, and writes out the result. When the program is done I sometimes get an output like this one:

656.718u 34.204s 12:20.13 93.3% 0+0k 0+0io 4pf+0w

Can anyone tell me what it means?
Sometimes you'll get garbage if you try to output an uninitialized variable, or you use one in a calculation for something. It's hard to know whether or not that's what's happening to you without seeing some code.

~psault
Thanks, I'll check another time to make sure there are no uninitialized variables (there should not be, but you never know).
Topic archived. No new replies allowed.