[Insight-developers] BCC compiler issue
Julien Jomier
jjomier@cs.unc.edu
Tue, 11 Feb 2003 19:17:08 -0500
> Will you please test that the above code works?
It works for me. (Win2K bcc32 5.5.1)
Julien
> -----Original Message-----
> From: insight-developers-admin@public.kitware.com
> [mailto:insight-developers-admin@public.kitware.com] On
> Behalf Of Hans Johnson
> Sent: Tuesday, February 11, 2003 7:01 PM
> To: Insight-developers@public.kitware.com
> Subject: [Insight-developers] BCC compiler issue
>
>
> Hello,
>
> Could somebody with the Borland compiler please tell us the cross
> platform function call used to delete a file?
>
> I believe that the following program should do it:
>
> #include <cstdio>
>
> int main ( int argc, char ** argv)
> {
> std::remove("testfile");
> }
>
> Will you please test that the above code works?
>
> I beleive that this should work cross platform, because the remove
> function is part of the ANSI C standard.
>
> Thanks,
> ===================================================================
> Hans J. Johnson W294 GH
> hans-johnson@uiowa.edu Dept. of Psychiatry
> http://www.psychiatry.uiowa.edu/~hjohnson The University of Iowa
> (319) 353-8587 Iowa City, IA 52242
> ===================================================================
>
> _______________________________________________
> Insight-developers mailing list Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>