Again a problem...
How can i write numbers in the file?
My fwrite code always freeze the GE.
- Code: Select all
int penz = money.textNumber;
FILE *f = fopen("s1m.txt", "r+");
fprintf(f,"%d,",&penz);
fclose(f);
This code is good but if Money = 0 in the file wrote:
- Code: Select all
16253000