Re: Newbie howto question.



On 27 Apr 2005 13:53:11 GMT, mwojcik@xxxxxxxxxxx (Michael Wojcik)
wrote:

[snip]

>> remove(), rename() and tmpnam() are all in C99, I am not sure about
>> ANSI C.
>
>C99 is "ANSI C" - it's the most recent version of the ISO C standard,
>which was adopted by ANSI. But remove, rename, and tmpnam have all
>been part of the standard C library since the first ANSI standard.

Thanks for the info. It is a long time since I have used C in anger,
I tend to alternate between C++ for console programs and C# for
Windows.

rossum


The ultimate truth is that there is no ultimate truth
.



Relevant Pages

  • Re: Newbie howto question.
    ... > which was adopted by ANSI. ... But remove, rename, and tmpnam have all ...
    (comp.programming)
  • Re: sending recv() data to a file
    ... rename" to see the manual page for rename. ... renameis an ANSI C function:). ... BTW, Do I need to ... use opendir() and then readdirto renamethe files? ...
    (comp.unix.programmer)