Advertisement
EduzZiTo

Untitled

Feb 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Void inserir() {
  2. Int c;
  3. Fx=fopen("fotos.dat","r");
  4. Fseek(Fx,0,2) ;
  5. Do{
  6. Fotos.num=ftell(fx)/sizeof(fotos)+1;
  7. Fclose(fx) ;
  8. Fopen("fotos. Dar", "a+") ;
  9. Scanf("%s", localidade) ;
  10. .
  11. .
  12. .
  13. Fwrite(&fotos,sizeof(fotos),1,fx);
  14. Scanf("%d", & c) ;
  15. While(c==1);
  16. Fclose(fx) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement