Guest User

Untitled

a guest
May 26th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while(!feof(One)){
  2. if(i<a||i>number){
  3. fin_1.getline(buff,30);
  4. fout_2<<buff<<endl;
  5. }
  6. else{
  7. fin_3.getline(buff,30);
  8. fout_2<<buff<<endl;
  9. }
  10. i++;
  11. }
  12.  
  13. while(!feof(file)) { ... }
Add Comment
Please, Sign In to add comment