home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!rpi!uwm.edu!rutgers!ub!toz!cyberman
- From: cyberman@toz.buffalo.ny.us (Cyberman)
- Newsgroups: comp.lang.c++
- Subject: using (...) question
- Message-ID: <J3mkPB8w165w@toz.buffalo.ny.us>
- Date: 15 Aug 92 23:28:42 GMT
- Organization: The Tower of Zot - (716)691-3865
- Lines: 16
-
- I am making a function that will not have set number of
- parameters passed to it except 1. Now how do I ACCESS these parameters?
- I know printf is prototyped as
- int printf(char *,...);
- I would like to know how from within the function to access the
- remaing parameters!
- Thanks
- Cyberman
-
-
-
- ************************************************************
- * Cyberman@TOZ.BUFFALO.NY.US *
- * "Life is what you put into it" - Cyberman *
- * Optimistic - running through a barn of manure looking *
- * for the horse! /\ [] ( ) *
-