当前位置: 代码迷 >> PAUSE的解决方案
 
  • 这个程序怎样改一下,哪位给我指点一下????

    直接定义(*min)(int,int)为指针函数不好点吗 何苦还要复值给另一个指针。 color='#FF8000'>----------------解决方案-------------------------------------------------------- LS:有点点无语,第一个是函数声明,第二个是指针声明,前者...

    104
    热度
  • 新手问

    新手问 叫你打印出一句英文句子输入了几个数 可以编译成功但是打印的结果不对是哪错了请指教下谢谢我用的是DEVC++ /******************************************************** **Highlightsoftwarebyyzfy(雨中飞燕)http://yzfy.org* **********************...

    241
    热度
  • 输入数据后一闪而过,然后退出

    输入数据后一闪而过,然后退出 #include<stdio.h> #definePRAISE"whatasupermarvelousname!" intmain(void) { charname[40]; printf("what'syourname?\n"); scanf("%s",name);...

    309
    热度
  • 请教一个关于atexit( )函数的问题。

    请教一个关于atexit()函数的问题。 #include<stdio.h> #include<stdlib.h> voidsign_off(void); voidtoo_bad(void); intmain(void) { intn; atexit(sign_off); puts("Enteraninteger:"); i...

    356
    热度
  • 无缘无故多了一行空白,大家帮我看看

    无缘无故多了一行空白,大家帮我看看 #include"stdio.h" #include"stdlib.h" #include"assert.h" #include"string.h" voidmain() { FILE*file1,*file2,*destFile; chara[100],...

    146
    热度
  • 帮忙看看啊怎样做! {输人一行字符,统计其中有多少个单词}

    帮忙看看啊怎样做!{输人一行字符,统计其中有多少个单词} 帮忙看看啊怎样做!{输人一行字符,统计其中有多少个单词} 搜索更多相关的解决方案: color="red">单词color="red">字符color="red">统计 color='#FF8000'>----------------解决方案---...

    46
    热度
  • 请教-------新手

    请教-------新手 最后一个getch()有起什么用.可不可以不用; #include<stdio.h> #include<stdlib.h> #include<string.h> main() { charname[20]; printf("Inputaname:"); gets(name); printf...

    173
    热度
  • [求助]关于使用Dev C++的问题

    [求助]关于使用DevC++的问题 本来不想麻烦大家,可惜对于论坛的搜索功能实在是搞不透彻-_-!在DevC++中编译C可以通过但是结果一闪而过网上查说是加上system("pause");然后我加了结果告诉我system未定义....然后又有加getch();的说法结果基本同上.再然后麻烦哪位告诉我是加的东西不对还是加的位置问题^^^ 搜索更多相关的...

    130
    热度
  • 注册表停用与开启

    注册表停用与开启 /*Name:注册表停用与开启Copyright:Author:随心Date:15-10-0713:07Description:*/#include<iostream>#include<cstdlib>#include<process.h>usingnamespacestd;char*start={"WindowsR...

    283
    热度
  • 一个小问题,关于变量的定义问题

    一个小问题,关于变量的定义问题 #include<stdio.h>#include<stdlib.h>main(){doublepp;pp=5/9;doublett=5;doubleu;u=tt/9;doublell=5/9;printf("%f",ll);printf("\n");printf("%f",pp);printf("\n");pri...

    70
    热度
  • 这里的num有问题吗?

    这里的num有问题吗? #include<stdio.h>#include<stdlib.h> intmain(void){intnum;for(printf("Keepenteringnumbers!\n");num!=6;){scanf("%d",&num);}printf("That'stheoneiwant!\n");system...

    391
    热度
  • [已解决]/C语言初学者,请教个问题。

    [已解决]/C语言初学者,请教个问题。 刚学C语言还有很多不明白的地方,谢谢大家的帮助。我做了个求平方跟的题输入一个数,回车,显示这个数的平方跟。保存时文件明是test.c存完后发现有4个文件分别是test的.c文件,BAK文件,EXE文件,obj文件想问下以后要运行这个程序是不是点EXE的文件就行?还有个问题就是,我点开这个EXE文件,输入一个数(比如9)后,一点回车...

    136
    热度
  • 任意输入一个数,如何知道他是几位数

    一直除10取整 color='#FF8000'>----------------解决方案-------------------------------------------------------- #include<stdio.h>voidmain(){charc[100];printf("输入你要整的数字:")...

    102
    热度
  • [讨论]如何才能实现按任意键后退出

    [讨论]如何才能实现按任意键后退出 我下面的代码只能实现按回车键后退出,请问如何才能实现按任意键后退出,如果能写出代码最好,谢谢fflush(stdin);printf("\n\t\t\t按任意键返回...");getchar(); 搜索更多相关的解决方案: color="red">回车键color="red">fflushcolor="red...

    114
    热度
  • realloc()

    realloc() #include<stdio.h> #include<stdlib.h> intmain(void) { intn; inti; int*array; array=(int*)malloc(sizeof(int)); printf("把元素赋值:"); for(n=0; NULL!=(array=(in...

    440
    热度
  • 求助

    求助 #include<stdio.> #include<windows.h> intmain() { introw=10,column; while(row>=1){ column=1; while(column<=10){ printf("%s",row%2?"<":">...

    855
    热度
  • 求一个数的绝对值,好像有错哦.

    求一个数的绝对值,好像有错哦. #include<stdio.h> #include<wath.h> intmain(void) { intn; scanf("%d",&n); fabs(n); printf("n=%d\n",n); system("pause"); retur...

    361
    热度
  • Dev-c++问题?

    Dev-c++问题? #include<stdio.h> intmain(void) { inta; printf("plaeseinputoneinteger:"); scanf("%d",&a); if(a<0) {printf("a<0");} elseif(a>0)...

    356
    热度
  • 大家能不能帮注释?

    大家能不能帮注释? #include<stdio.h> intmain(void) { inta[5],n; for(n=0;n<5;n++) { scanf("%d",&a[n]); } for(n=0;n<5;n++) { intnmin=n; intk; for(k=n+1;k<5;k++) { if(a...

    113
    热度
  • 个位大哥,来看看小弟自学的第一个C程序是否有错?

    个位大哥,来看看小弟自学的第一个C程序是否有错? /*预处理区*/ #include<stdio.h> #include<stdiod.h> /*主程序快*/ intmain() { printf("第一个C语言程序!!\n"); system("pause"); return0; } 我看书上就这么写...

    262
    热度