RAD Studio
ContentsIndex
PreviousUpNext
E2203: Goto bypasses initialization of a local variable

In C++, it is illegal to bypass the initialization of a local variable. 

This error indicates a goto statement that can transfer control past this local variable.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!