VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 559|回复: 2

switch问题,帮忙看看.

[复制链接]

2

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
发表于 2020-2-15 19:00:02 | 显示全部楼层 |阅读模式
switch (GongNeng)
{
        case IDC_RADIO1:

        ifstream fin0(File_Name,ios::nocreate|ios::binary
        char temp;
        fin0.seekg (120,ios::beg);
        fin0.get (temp);
        Station_Num=temp;
        fin0.close();
         ...
         case IDC_RADIO2:
          break;
         case IDC_RADIO3:
          break;
}
C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(351) : error C2360: initialization of 't' is skipped by 'case' label
        C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(327) : see declaration of 't'
C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(351) : error C2360: initialization of 'fin1' is skipped by 'case' label
        C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(265) : see declaration of 'fin1'
C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(351) : error C2360: initialization of 'fin' is skipped by 'case' label
        C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(252) : see declaration of 'fin'
C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(351) : error C2360: initialization of 'fin0' is skipped by 'case' label
        C:\Documents and Settings\Administrator\桌面\0104\YourDlg.cpp(244) : see declaration of 'fin0'
回复

使用道具 举报

0

主题

9

帖子

7.00

积分

新手上路

Rank: 1

积分
7.00
发表于 2020-4-16 01:45:01 | 显示全部楼层
请把定义放到switch之外,或者在case下加上{}
回复

使用道具 举报

2

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
 楼主| 发表于 2020-4-17 16:00:01 | 显示全部楼层
好的,我改改
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表