<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] printf</title></head><body>
<blockquote type="cite" cite><font face="Arial"
size="-1">Hello,</font></blockquote>
<blockquote type="cite" cite><font face="Arial"
size="-1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This might
be a weird question, but to help me understand the class traversing
and program flow, is there a way I can pipe fprintf debug statements
to a file easy and cleanly? (FILE *<b>debugFile) - where would I
declare this so I can get universal access to this variable? Or is
there a way to pipe fprintf to a file without declaring a FILE</b>*
struct</font></blockquote>
<div><br></div>
<div>Of course - just output to stdout, or stderr, and then redirect
this to a file using the command shell.&nbsp; (I assume that you're
familiar with Unix-style I/O redirection; it works in the Windoze
command shell also.)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>