View Single Post
  #3 (permalink)  
Old March 23rd, 2005, 07:13 PM
Silent_Coder Silent_Coder is offline
Registered User
 
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You should include a loop like this.
/* read file stuff here */
if(ch == if||"whatever you wanna delete from file");
 {
   delete ch;
  };

Reply With Quote