When writing code for a new hardware platform, the last thing you want to do is bother with the minutiae of I/O routines, string handling and other similarly tedious details that have nothing to do ...
Is it possible to go traverse backwards in C while reading a file and replace the character?<BR><BR>I have a file as my database, and I need to edit the records. I don't want to have to copy ...