D
Duff
Hi all,
i'd like to use several temporary files in my current C-project. I already
tried to use "mkstemp" and "tempnam" functions. The problem is that my
compiler warned me about the use of "tempnam" which seems to be dangerous...
could someone help me with giving me pieces of advice concerning the use of
temporary files in C ?
Thanks a lot
Duff
i'd like to use several temporary files in my current C-project. I already
tried to use "mkstemp" and "tempnam" functions. The problem is that my
compiler warned me about the use of "tempnam" which seems to be dangerous...
could someone help me with giving me pieces of advice concerning the use of
temporary files in C ?
Thanks a lot
Duff