Jeff Schwab  <[EMAIL PROTECTED]> wrote:
> The most traditional, easiest way to open a file in C++ is to use an 
> fstream object, so the file is guaranteed to be closed when the fstream 
> goes out of scope.

Out of interest, what is the usual way to manage errors that the
operating system reports when it closes the file?

-M-
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to