File Creation

$ 2.00

Add to Wishlist
Add to Wishlist

In C++, files are mainly dealt by using three classes fstream, ifstream, ofstream.

fstream: This Stream class can be used for both read and write from/to files.

Add to Wishlist
Add to Wishlist
Compare
Category:

Description

C++ provides us with the following operations in File Handling:
  1. Creating a file: open()
  2. Reading data: read()
  3. Writing new data: write()
  4. Closing a file: close()

Reviews

There are no reviews yet.

Be the first to review “File Creation”

Questions and Answers

You are not logged in

Related products