Hi, On Mon, Apr 25, 2016 at 09:03:17PM -0700, Sterling Hughes wrote: > > >2) Should all local variables be defined at the beginning of the function? > >(my vote: yes)
should it be in the beginning of scope?
like:
myfunc
{
...
{
int i = 0;
}
}
Best regards
Andrei Emeltchenko
