Emperor Sabi avatar

Writing the file by C++ programming

learnandgrow

Published: 15 Jan 2018 › Updated: 15 Jan 2018Writing the file by C++ programming

Writing the file by C++ programming

PROGRAM BODY

#include iostream
#include string
#include fstream
//I can't put the horizontal v shaped signs those are called as HTML components here so sorry
using namespace std;

int main (){
ofstream file ("sabi11.txt");
if(!file.is_open()){
cout<<"an error occured"<<endl;

}else {
cout<<"Successfully opened the file"<<endl;
file <<"I am the emperor sabi so don't bow down lols"<<endl;
file <<"dears its a new program a second of series so lets do it shall we?!"<<endl;
file.close();
}
return 0;
}

Working of program

Capture.JPG
The file sabi11 is created by the program itself and the instructions are written on the file.
Capture1.JPG

I hope you guys enjoyed it stay tuned

Leave Writing the file by C++ programming to:

Written by

SCIENTIST, Programmer,Photographer, Entrepreneur & Steemian .

Read more #programming posts


Best Posts From Emperor Sabi

We have not curated any of learnandgrow's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Emperor Sabi