Quote Originally Posted by olivthill
I don't think stdout is a buffer. It is a handle for a pseudo-file. I talk of stdout, like in
Code:
fprintf(stdout, "Hello, world!");
So there's no console buffer? Even if it is some sort of pseudo-file, given the console buffer you can take over that buffers standard output and put what you want there. I guess my question really is, what's the handle for the initial Console Buffer in a newly created console window?