Is there something like a styleguide, whether to use 
fprintf(stderr,stdout or cerr/cout in C++ files?

thanx, Rainer

Matthias Braun wrote:

> Hi,
> 
> I am using avifile with divxdec from the mjpegtools. Because you are 
> using cout and printf in your coding it is not possible to use divxdec 
> with the output on stdout for direct pipeing the output to other tools. 
> So i patched your actual avifile snapshot for using fprint(stderr, our 
> cerr, so that I get a clear und useful stdout stream with divxdec and 
> probably other tools too.
> 
> Would be great if you can include this in future releases of avifile. I 
> hope but I am not sure, taht I found all relevant printf and cout which 
> could compomise the stdout stream in otehr tools.
> 
> Best regards
> Matthias
> 
> 



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to