Harish
2003-12-17 05:59:53 UTC
Hello,
I read in a tech article that fopen()
should be discouraged and CreateFile()
should be used. What are the advantages
of CreateFile() over fopen()?
(I know about sharing open files which
cannot be done with fopen()).
Should using malloc() also be discouraged?
Thanks in advance
Harish
I read in a tech article that fopen()
should be discouraged and CreateFile()
should be used. What are the advantages
of CreateFile() over fopen()?
(I know about sharing open files which
cannot be done with fopen()).
Should using malloc() also be discouraged?
Thanks in advance
Harish