Error: Jump to case label in switch statement - c++ - Stack Overflow Apr 16, 2011 ... The problem is that variables declared in one case are still visible in the subsequent case s unless an explicit { } block is used, ...