S
S
slav9nin252014-01-13 15:39:42
C++ / C#
slav9nin25, 2014-01-13 15:39:42

What are predefined arguments in subroutines in c++?

What it is? Where can I find a description?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-01-13
Protko @Fesor

This refers to optional arguments or arguments with a default value:

void Foo::bar(bool enable = true)
{
    // реализация метода
}

more

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question