'params' in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MuZZy

    'params' in C++

    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
  • Alan Pretre

    #2
    Re: 'params' in C++

    "MuZZy" <leyandrew@yaho o.com> wrote in message
    news:5b58e$4282 6019$4366a42a$1 3482@msgid.mega newsservers.com ...[color=blue]
    > Is there an analog of C# 'params' in managed C++?[/color]

    Hi. See va_arg, etc. at:



    -- Alan


    Comment

    Working...