GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Saturday, March 19, 2011
CPP - Writing To Output File
#include <iostream>
#include <fstream>
using namespace std;
int main(int argc, char* argv[]){
ofstream output("lola.txt");
output << "Indonesia is a nice one" << endl;
return 0;
}
CPP - Writing To Output File
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment