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 101
By Guest on 16th January 2023 12:01:40 PM | Syntax: TEXT | Views: 3
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");
string line;
myfile>>line;
cout<<line;
myfile.close();
}
Raw Paste:
#include
#include
using namespace std; int main() { fstream myfile; myfile.open("methology.txt"); string line; myfile>>line; cout<
Recent Pastes
Questions
12 hours 49 mins 12 secs ago
Adrs
12 hours 54 mins 22 secs ago
Docs
12 hours 55 mins 6 secs ago
Servs
12 hours 55 mins 49 secs ago
Srvs
13 hours 38 secs ago