how do i create a function that has an undetermined number of parameters?
i.e printf can have 1 parameter:

        printf ("Hello World\n");

or many...

        printf ("Hello","world","\n","%d%d%d", 2, 0, 35);

how?
the definition for it has '...' as a parameter... what's that mean? and if
you don't know how many parameters are being passed into the function
beforehand, how do you know what the variable names are?

-- 
+++ Divide By Cucumber Error, Please Re-Install Universe And Reboot +++
[EMAIL PROTECTED]                    http://x-map.home.ml.org

Reply via email to