home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12386 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  888 b 

  1. Path: sparky!uunet!usc!rpi!uwm.edu!rutgers!ub!toz!cyberman
  2. From: cyberman@toz.buffalo.ny.us (Cyberman)
  3. Newsgroups: comp.lang.c++
  4. Subject: using (...) question
  5. Message-ID: <J3mkPB8w165w@toz.buffalo.ny.us>
  6. Date: 15 Aug 92 23:28:42 GMT
  7. Organization: The Tower of Zot - (716)691-3865
  8. Lines: 16
  9.  
  10. I am making a function that will not have set number of 
  11. parameters passed to it except 1.  Now how do I ACCESS these parameters?
  12. I know printf is prototyped as
  13. int printf(char *,...);
  14. I would like to know how from within the function to access the 
  15. remaing parameters!
  16. Thanks
  17. Cyberman  
  18.  
  19.  
  20.  
  21. ************************************************************
  22. * Cyberman@TOZ.BUFFALO.NY.US                               *
  23. *   "Life is what you put into it" - Cyberman              *
  24. * Optimistic - running through a barn of manure looking    *
  25. * for the horse!  /\ [] ( )                                *
  26.