Hi,
Is there an analog of C# 'params' in managed C++?
Other words how can i create a function with variable number of
parameters, e.g. as done in String::Concat or Console::WriteL ine functions.
Thank you
Andrey
Is there an analog of C# 'params' in managed C++?
Other words how can i create a function with variable number of
parameters, e.g. as done in String::Concat or Console::WriteL ine functions.
Thank you
Andrey
Comment