Yes.

-Gabe

On Mon, 23 Apr 2001, Henry House wrote:

> In C++ you can declare variables anywhere, so I can write a loop like this:
>
>       for (int n = 0; n<max; n++) { ... }
>
> Does n go out of scope when the loop is finished?
>
>

Reply via email to