freopen function

Michael Nabarro michael@envisional.com
Thu Sep 20 01:57:00 GMT 2001


I'm trying to use freopen to redirect stdout to a file.  This works fine but
I then want to redirect stdout back to the console and am having trouble
doing this.  I have used the following two calls.

	freopen("temp","w",stdout);

	freopen("CON","w",stdout);

Apparently CON is meant to be the console but instead a file called CON is
created.

I'd greatly appreciate any suggestions.

Thanks
Michael



More information about the Gcc mailing list