//Sample Program to demonstrate usage of files
#include < fstream.h >
void main()
  {
ofstream outfile("out.txt");
outfile << "Build Bright University" << endl;
outfile << "Siem Riep " << endl;
}
<< GO BACK

Our aim is to provide information to the knowledge seekers.


comments powered by Disqus


Footer1