Advertisement



< Prev
Next >



C++ File Pointer - put






In our last few article, we have introduced you to the get pointer, which is used to read the content of a file on the disk and some functions to manipulate the get pointer. In this tutorial, we are going to explain another pointer associated with each file - put pointer.


The features of put pointer are :

Before we show you how to access and manipulate with the put pointer to write the content of a file on the disk, we must show you how to open the file. For this, the C++ language provides us stream classes used to perform file output operation.




File Output Stream Classes


In order to perform a file output operation using the and to work with put pointer, C++ provides us a few file stream classes, such as -

Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement