File I/O question in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bioniclekid8
    New Member
    • Jan 2009
    • 1

    File I/O question in C++

    How would I make my program say something if it doesn't see the file when it attempts to open it?
  • Tassos Souris
    New Member
    • Aug 2008
    • 152

    #2
    What do you mean by saying?
    Usually you notify the user of the error condition and then handle the error appropriately. You can also log the error to a file.

    What exactly do you want to do?

    Comment

    Working...