Why C++ doesn't support named parameter -
previously, worked python. in python used named parameter(keyword argument) function calls. wikipedia page named parameter tells c++ doesn't support it. why c++ doesn't support named parameter?. support in future version of c++ standard?
why c++ doesn't support named parameter
because such feature has not been introduced standard. feature didn't (and doesn't) exist in c either, c++ based on.
does support in future version of c++ standard?
maybe. proposal has been written it. depends on whether proposal voted standard.
Comments
Post a Comment