| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 520 人关注过本帖
标题:高手求助!!!!急急急!!!
只看楼主 加入收藏
zwh811
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-9-23
收藏
 问题点数:0 回复次数:2 
高手求助!!!!急急急!!!
24  int MainMenuChoice(void)  (这行显示错误 123.c 24: 说明语法错误)
{
    int iChoice;
    clrscr();
    printf("\n\t%s","WELCOME TO STUDENT ARCHIVES SYSTEM");
    printf("\n\n\n\t            MAIN MENU ");
    printf("\n\t                1.Input students' information.");
    printf("\n\t                2.Append students' information.");
    printf("\n\t                3.Amend students' information.");
    printf("\n\t                4.Delete students' information.");
    printf("\n\t                5.Show students' information.");
    printf("\n\t                6.Quit.");
    printf("\n\n\n\n\n\t      Enter choice(1-6)==>");
    scanf("%d",&iChoice);
    fflush(stdin);
    if(iChoice<1||iChoice>6)
    {
        printf("You input a error number\n\n       Enter choice(1-6)==>");
        scanf("%d",&iChoice);
        fflush(stdin);
     }
     return iChoice;
}

错误 123.c 24: 说明语法错误
哪里语法错误??怎么改???

[[it] 本帖最后由 zwh811 于 2008-10-10 18:36 编辑 [/it]]
2008-10-10 17:42
qfyzy
Rank: 2
等 级:论坛游民
威 望:1
帖 子:380
专家分:86
注 册:2008-2-17
收藏
得分:0 
fflush(stdin);。。。。。
更关键的是我知道哪个是24行?

当对C的经验增加时,它会显的很好用.----Dennis M Ritche如是说
2008-10-10 18:18
zwh811
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2008-9-23
收藏
得分:0 
函数名那行~~
2008-10-10 18:21
快速回复:高手求助!!!!急急急!!!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.042906 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved