
remove in UNIX and ANSI C
Quote:
> Hi,
> I have to make a CGI in C for a UNIX station but we don't have UNIX
> at the office and I never used UNIX in the past (or let say 3 weeks..
> 10 years ago). I would like to compile an ANSI C file with visual C++
> and ship the source code to the webmaster in Toronto , but I don't
> know if there's an equivalent for the remove(filename) function
> in either ANSI C or either in the UNIX toolkit (and if so, ehat is
> the include file?)
remove() is a Standard function and every conforming implementation must
have it. What you need to do is get a list of the Standard headers, any
funtion listed in a standard header is probably a standard function.
Quote:
> Also, is there something available on the web, a free compiler or
> either a table with functions that can allow me to check if each
> function is really ANSI C?
Try:
http://www.dinkumware.com/htm_cl/index.html
Freeware Compilers
Lcc-win32:
http://www.geocities.com/SiliconValley/Heights/9069/index.html
Cygnus Gnu C for win32:
http://www.cygnus.com/misc/gnu-win32/
Delorie DJGPP port for Gnu C for extended DOS
http://www.delorie.com
Where to get Linux
http://www.ssc.com/linux/ftp.html
C Programming `Net Resources
C-FAQ ftp sites: ftp://ftp.eskimo.com
ftp://rtfm.mit.edu
Hypertext C-FAQ: http://www.eskimo.com/~scs/C-faq/top.html
http://www.cit.ac.nz/smac/cprogram/cstart.htm
http://www.angelfire.com/sc/electron/
http://www.cm.cf.ac.uk/Dave/C/CE.html
http://www.lysator.liu.se/c/
http://www-isis.ecs.soton.ac.uk/computing/c/notes/tao.html
http://www.cast.msstate.edu/~billy/c-prog.html
Quote:
> If someone has the answer, please email it to me also.
--
A definition is embodied by what it defines.
A definition that defines nothing is not a definition.
A definition that has no example, defines nothing.
A definition is designed to facilitate communication.
*********************************************************
Man is still the most extraordinary computer of all.
John F. Kennedy
*********************************************************
* Remove the _JUNK_ when replying to me. *
*********************************************************
You can't use void main() I have a patent on it!