Coder Profile - Show off your skills, get a coder profile.
 
 
 
code pin board Delete from a file in the middle Download Source Code
Author Details Code Information
Cinjection ( Oleksi Derkatch )

Pinned 13 Codes
Posted 8 Coding Articles

Send A Message
View Coders Profile
Language C++
Expires Never
Length 225 Characters (19 Lines)
Password no password
Description

For Greggers and friends. The code replaces the word MEOW.
  1. #include <fstream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.           ofstream out("file.txt");
  8.  
  9.           out<<"RAWR"<<endl;
  10.           out<<"MEOW"<<endl;
  11.           out<<"RAWR"<<endl;
  12.  
  13.           out.seekp(6);
  14.           out.write("", 4);
  15.  
  16.           out.close();
  17.           return 0;
  18.  
  19. }
code pin board Back To Code Pin Board Post New Code
Please login to post comments.
Page 1 of 1
 
 
Part of the MyPingle Network
Development Blog :: Make A Donation :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents
Version 1.44.00
Copyright © 2007 - 2008, Scott Thompson, All Rights Reserved