Posts by Edson Pessotti • 11 points
1 post
-
1
votes2
answers2323
viewsA: C problem reading file and writing to vectors/matrices
char url[]="pontos.txt"; FILE *arq; arq = fopen(url, "a"); fprintf(arq,"Jogo %2d deu %2d pontos\n", x , pontos); Work with the pointers. An address char url[]=" ";, that will be - char…
canswered Edson Pessotti 11