Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!dptg!ulysses!andante!alice!ark From: ark@alice.UUCP (Andrew Koenig) Newsgroups: comp.lang.c++ Subject: Re: stdargs.h or varargs.h ? Message-ID: <9742@alice.UUCP> Date: 4 Aug 89 17:40:18 GMT References: <10480@boulder.Colorado.EDU> Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 13 In article <10480@boulder.Colorado.EDU>, panos@tigger.colorado.edu (Panos Tsirigotis) writes: > Which one these two include files should be used ? Use stdarg.h [not stdargs.h, I hope!]. It is part of ANSI C and varargs.h isn't. In fact, I'm surprised you got a varargs.h with your C++ 2.0 at all. I thought we had deleted it, and it certainly isn't present in my version. -- --Andrew Koenig ark@europa.att.com