» 
File IO
I'm currently writing the file IO portion of my project, I just have a few questions (atm).
I want to use fgetc() and fputc() as my file format is defined in terms of bytes, and I reckon it would be easier this way than using fscanf etc.
Does fgetc and fputc just write a byte to the file, or does it interpret special characters, like backspace or delete? Are there any numbers I should avoid using?
When I do this, can I just put in a short int instead of a character? as it saves time casting and checking up on stuff, as well as makes the code more understandable.
That's it for now. Cheers in advance.
__________________
_____
NuKeS
|