File handling speend question

Alan J Rosenthal flaps at dgp.toronto.edu
Sun Jun 17 05:52:20 AEST 1990


wozniak at utkux1.utk.edu (Bryon Lape) writes:
>I have been wondering which of the two types of file control functions are
>faster in Quick C: the standard 'C' fscanf, fread, etc. or the DOS extensions
>_dos_read & _dos_write.

If the `f' routines do buffering and the others do not, as is often the case,
then probably code using the `f' routines will be faster.



More information about the Comp.lang.c mailing list