Define function with multiple argument!

  • Thread starter Thread starter Khanh01
  • Start date Start date
K

Khanh01

Guest
Hi expert,

I have read an article about how to create a function with infinite variables but I was unable to find it again, my question is how do I initialize the function like this, I tried to recall but unsuccessful. Can you give me a keyword or a link to read it again?

void Close(object* a,...) {
a->close();
}


Thanks very much!

Continue reading...
 
Back
Top