Final step in render

The render result is a file which contains 900*600 lines of 64-bit binary numbers. [63:24] represents the location. [23:0] represents the RGB data. How can I display this "image" using C++?

I have tried getline() from the file and SetPixel() to a window, turned out to be toooo slow.

Please Help.
Topic archived. No new replies allowed.