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 103
By Guest on 16th January 2023 12:10:31 PM | Syntax: TEXT | Views: 6
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;
getline(myfile,line);
cout<<line<<endl;
myfile.close();
}
Raw Paste:
#include
#include
using namespace std; int main() { fstream myfile; myfile.open("methology.txt"); string line; getline(myfile,line); cout<
Recent Pastes
Questions
12 hours 34 mins 52 secs ago
Adrs
12 hours 40 mins 2 secs ago
Docs
12 hours 40 mins 46 secs ago
Servs
12 hours 41 mins 29 secs ago
Srvs
12 hours 46 mins 18 secs ago