mardi 22 janvier 2019

Since which version of c++ is a default argument allowed

Example:

void foo(int a,int b=12) {
...
}

Since which version of c++ is a default argument allowed? C++/11?

Aucun commentaire:

Enregistrer un commentaire