Thread: accessing parameters

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    1

    Question accessing parameters

    Hi,
    I want to know how to access the parameters passed to functions that take variable number of arguments, like printf(const char *,...)

    thanks
    Dattatraya M. K.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parameters quick Question
    By lifeis2evil in forum C++ Programming
    Replies: 2
    Last Post: 11-18-2007, 11:12 PM
  2. function with variable number of parameters
    By mikahell in forum C++ Programming
    Replies: 3
    Last Post: 07-23-2006, 03:35 PM
  3. accessing the variables in variable length parameters
    By Dave Jay in forum C Programming
    Replies: 4
    Last Post: 03-13-2005, 01:36 AM
  4. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  5. command-line parameters.
    By Tombear in forum C Programming
    Replies: 2
    Last Post: 10-28-2001, 08:40 AM