Hi, I tried to do something like this:
int& g(int& number = 0)
{
//maybe do something with number
return number;
}
but it doesn't work. It has to be passed by reference. Thank you for any help.
P.S. I think that "Related Questions" appearing once you type Title is a good idea, but I also think that they should be displayed only if they are related to specific language, i.e. it is less than useless for me to looking at topic with similar problem but in Ruby.