Its the first time i see a function like that with 3 points for the second argument.
What does it mean?
Code:void Func(const char * ch, ...)
This is a discussion on Function with non-defined args within the C++ Programming forums, part of the General Programming Boards category; Its the first time i see a function like that with 3 points for the second argument. What does it ...
Its the first time i see a function like that with 3 points for the second argument.
What does it mean?
Code:void Func(const char * ch, ...)
Compiler MSVC++ 2010 with Code::Blocks.
Read the tutorial on variable argument lists.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Thanks!![]()
Compiler MSVC++ 2010 with Code::Blocks.