Menu
Create New Paste
Archive
H-supertools
Find a Domain
Seo Analyzer
Sign In
Sign Up
×
Sign in
×
Sign in using social network
Facebook
Google
Sign in with your username
Username
Password
×
Sign up
×
Sign up using social network
Facebook
Google
Sign up with your email address
Username
Email
Full Name
Password
The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
File managmnet 107
By Guest on 16th January 2023 12:39:10 PM | Syntax: TEXT | Views: 16
New paste
|
Download
|
Show/Hide line no.
|
Copy text to clipboard
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
fstream myfile;
myfile.open("methology.txt",fstream::out);
int line=789;
myfile<<line;//myfile>>line;
cout<<line<<endl;
myfile.close();
}
Raw Paste:
#include
#include
using namespace std; int main() { fstream myfile; myfile.open("methology.txt",fstream::out); int line=789; myfile<
>line; cout<
Recent Pastes
Questions
13 hours 45 mins 47 secs ago
Adrs
13 hours 50 mins 57 secs ago
Docs
13 hours 51 mins 41 secs ago
Servs
13 hours 52 mins 24 secs ago
Srvs
13 hours 57 mins 13 secs ago