void myfunct(int nI=1) {;}
myfunct(); //call and use default value
myfunct(5); //call and use explicit value