Tuesday, February 21, 2012

c program to read a file


2 comments:

  1. Good But How Can we Read a File Using Functions in C++..

    ReplyDelete
    Replies
    1. you can use c++ Stream class

      ofstream: write on files
      ifstream: read from files
      fstream: both read and write from/to files.

      if you need we can provide example and tutorial soon.

      Delete