![]() Topic awaiting preservation: fwrite() error |
|
---|---|
Author | Thread |
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 |