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 104
By Guest on 16th January 2023 12:23:11 PM | Syntax: TEXT | Views: 12
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;
while(!myfile.eof())
{
myfile>>line;//myfile>>line;
cout<<line<<endl;
}
myfile.close();
}
Raw Paste:
#include
#include
using namespace std; int main() { fstream myfile; myfile.open("methology.txt"); string line; while(!myfile.eof()) { myfile>>line;//myfile>>line; cout<
Recent Pastes
Questions
14 hours 17 mins 25 secs ago
Adrs
14 hours 22 mins 35 secs ago
Docs
14 hours 23 mins 19 secs ago
Servs
14 hours 24 mins 2 secs ago
Srvs
14 hours 28 mins 51 secs ago