Archives

Archives / 2004 / July
  • Variable number of parameters... C/C++ vs C#

    A friend and I were talking about variable length parameter lists in C/C++ the other day and neither of us knew how to do it. We knew there must be some way because of the printf function. Just out of curiosity I did some googling and figured out how to do it.