Revision history of "CPP/VariableNumberOfArguments"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:20, 23 June 2010Daviddoria (Talk | contribs). . (621 bytes) (+621). . (Created page with '==VariableNumberOfArguments.cpp== <source lang="cpp"> #include <iostream> #include <stdarg.h> void Function1(unsigned int num, ...); void Function2(unsigned int num, va_list ap)…')