Subj : Re: Wrong abt finished program - why no output? To : borland.public.cpp.borlandcpp From : waking@idirect.com (Wayne A. King) Date : Mon Aug 11 2003 01:22 am On 10 Aug 2003 11:46:40 -0700, "DAS" wrote: >The warnings say that "OPEN() and READ() are undeclared - Include the correct header for open() and read() which is . >main(argc,argv) >int *argv[]; >{ You're using a very old style for defining main(). Replace the two lines above with this one: int main(int argc, char *argv[]) { -- Wayne A. King (ba994@torfree.net, wayne.king@ablelink.org, waking@idirect.com, Wayne_A_King@compuserve.com) .