help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: progress meter for long operations


From: Dmitri A. Sergatskov
Subject: Re: progress meter for long operations
Date: Mon, 25 Jun 2001 15:41:32 -0600 (MDT)

On Mon, 25 Jun 2001, Aaron Brick wrote:

> does anyone have a good method for announcing progress on long operations? i
> tried putting a printf in a for loop, but it didn't print a thing out until
> it was done, presumably due to buffering (is there an equivalent of
> fflush?). any suggestion is appreciated!

Try fprintf(stderr, ...) instead of printf.

>
> thanks,
>
> aaron.

Dmitri.




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]