StackOverflow 文件 C++ 教程 C 不相容 轉到或切換 轉到或切換 Created: November-22, 2018 在 C++中,你可能無法使用 goto 或 switch 跳過初始化。以下內容在 C 中有效,但在 C++中無效: goto foo; int skipped = 1; foo; 這些錯誤可能需要重新設計。 弱鍵入指標