CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: File close

Threaded View

  1. #3
    Join Date
    Dec 2007
    Posts
    37

    Question Re: File close

    Hi, I found about Finalizer and rewrote as :
    ~FileDemo()
    {
    w.Close();
    r.Close();
    f.Close();
    }

    but still having same problem
    Last edited by srihariacha; April 16th, 2008 at 01:55 AM. Reason: getting same error

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured