![]() Preserved Topic: fwrite() error (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
![]() I have written code that is to delete everything in a text file. I tried using: |
Maniac (V) Mad Scientist From: TipToToe |
![]() Hey, not sure if it's correct weight but : |
Paranoid (IV) Inmate From: Lebanon |
![]() the 'w+' will open file for writing and append to the file, use instead: |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Thanks guys |