L
Lynn McGuire
This is not a C++ question in itself, but it may be somewhat related.
If I fopen a file for concatenation, write a few things using fprintf
and then change my mind and want to throw away my changes to the file,
is there a way to do this in C or C++ ?
Thanks,
Lynn
If I fopen a file for concatenation, write a few things using fprintf
and then change my mind and want to throw away my changes to the file,
is there a way to do this in C or C++ ?
Thanks,
Lynn